wok diff libiec61883-dev/receipt @ rev 311

Now we can capture video (libiec61883), perms on /dev/raw1394 and kino opts
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 03 00:07:49 2008 +0100 (2008-03-03)
parents
children bf6fd97b33ab
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libiec61883-dev/receipt	Mon Mar 03 00:07:49 2008 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libiec61883-dev"
     1.7 +VERSION="1.1.0"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="libiec61883 is a standard defining a high speed serial bus."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WANTED="libiec61883"
    1.12 +WEB_SITE="http://www.linux1394.org/"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p $fs/usr/lib $fs/dev
    1.18 +	cp -a $_pkg/usr/include $fs/usr
    1.19 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21 +}
    1.22 +