wok-next view libiec61883-dev/receipt @ rev 17932
syslinux/taziso: install in Linux partition
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Mon Apr 13 11:13:34 2015 +0200 (2015-04-13) | 
| parents | 8f447cf2eee5 | 
| children | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="libiec61883-dev"
     4 VERSION="1.2.0"
     5 CATEGORY="development"
     6 SHORT_DESC="libiec61883 is a standard defining a high speed serial bus."
     7 MAINTAINER="pankso@slitaz.org"
     8 LICENSE="LGPL2.1"
     9 WANTED="libiec61883"
    10 WEB_SITE="http://www.linux1394.org/"
    12 DEPENDS="pkg-config"
    14 # Rules to gen a SliTaz package suitable for Tazpkg.
    15 genpkg_rules()
    16 {
    17 	mkdir -p $fs/usr/lib $fs/dev
    18 	cp -a $install/usr/include $fs/usr
    19 	cp -a $install/usr/lib/*.*a $fs/usr/lib
    20 	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    21 }