--- crystalhd-0.1.orig/Makefile +++ crystalhd-0.1/Makefile @@ -0,0 +1,22 @@ + +all: libraries +#all: driver/linux/configure driver libraries + +#driver/linux/configure: +# autoconf -o driver/linux/configure driver/linux/configure.ac + +#driver: driver/linux/configure +# cd driver/linux/ && ./configure +# make -C driver/linux + +libraries: + make -C linux_lib/libcrystalhd + +install: install-libs + +#install-headers: +# install -d include $(destdir)/usr/include + +install-libs: libraries + make install -C linux_lib/libcrystalhd DESTDIR=$(destdir) + --- crystalhd-0.1.orig/debian/libcrystalhd1.dirs +++ crystalhd-0.1/debian/libcrystalhd1.dirs @@ -0,0 +1 @@ +usr/lib --- crystalhd-0.1.orig/debian/control +++ crystalhd-0.1/debian/control @@ -0,0 +1,24 @@ +Source: crystalhd +Priority: extra +Maintainer: Ouattara Oumar Aziz (alias wattazoum) +Build-Depends: debhelper (>= 7.0.50), cmake, autoconf, +Standards-Version: 3.8.1 +Section: libs +Homepage: http://www.broadcom.com/support/crystal_hd/ +Vcs-Git: git://git.wilsonet.com/crystalhd.git/ +Vcs-Browser: http://git.wilsonet.com/crystalhd.git/ + +Package: libcrystalhd-dev +Section: libdevel +Architecture: any +Depends: libcrystalhd1 (= ${binary:Version}), + ${shlibs:Depends}, ${misc:Depends} +Description: Crystal HD Video Decoder Drivers headers + Crystal HD Video Decoder Drivers headers + +Package: libcrystalhd1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Crystal HD Video Decoder Drivers libraries + Crystal HD Video Decoder Drivers libraries --- crystalhd-0.1.orig/debian/libcrystalhd-dev.dirs +++ crystalhd-0.1/debian/libcrystalhd-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include --- crystalhd-0.1.orig/debian/dirs +++ crystalhd-0.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- crystalhd-0.1.orig/debian/libcrystalhd-dev.install +++ crystalhd-0.1/debian/libcrystalhd-dev.install @@ -0,0 +1 @@ +usr/include/* --- crystalhd-0.1.orig/debian/rules +++ crystalhd-0.1/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_auto_install: + make install destdir=$(CURDIR)/debian/tmp + --- crystalhd-0.1.orig/debian/libcrystalhd1.install +++ crystalhd-0.1/debian/libcrystalhd1.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- crystalhd-0.1.orig/debian/compat +++ crystalhd-0.1/debian/compat @@ -0,0 +1 @@ +7 --- crystalhd-0.1.orig/debian/README.Debian +++ crystalhd-0.1/debian/README.Debian @@ -0,0 +1,6 @@ +crystalhd for Debian +-------------------- + + + + -- Ouattara Oumar Aziz (alias wattazoum) Mon, 18 Jan 2010 21:12:59 +0100 --- crystalhd-0.1.orig/debian/changelog +++ crystalhd-0.1/debian/changelog @@ -0,0 +1,5 @@ +crystalhd (0.1-20100118) hardy; urgency=low + + * Initial release + + -- Ouattara Oumar Aziz (alias wattazoum) Mon, 18 Jan 2010 23:40:11 +0100 --- crystalhd-0.1.orig/debian/copyright +++ crystalhd-0.1/debian/copyright @@ -0,0 +1,41 @@ +This package was debianized by Ouattara Oumar Aziz (alias wattazoum) on +Mon, 18 Jan 2010 21:12:59 +0100. + +It was downloaded from http://git.wilsonet.com/crystalhd.git/ + +Upstream Author(s): + + Broadcom Corporation (http://www.broadcom.com/contact/) + +Copyright: + + Copyright (c) 2004-2009, Broadcom Corporation + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-2'. + +The Debian packaging is: + + Copyright (C) 2010 Ouattara Oumar Aziz (alias wattazoum) + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here.