wok view libiec61883-dev/receipt @ rev 11285

perl-libwww: Clean up.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 10 14:56:54 2011 +0000 (2011-11-10)
parents bf6fd97b33ab
children 8f447cf2eee5
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 WANTED="libiec61883"
9 WEB_SITE="http://www.linux1394.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib $fs/dev
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 }