wok-next diff garcon-dev/receipt @ rev 8311
Fixed linmodem-intel-536ep and linmodem-intel-537 genpkg_rules. This now works with tazwok-experimental (i think).
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Feb 01 02:40:02 2011 +0000 (2011-02-01) |
parents | |
children | 129bb5b11a7e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/garcon-dev/receipt Tue Feb 01 02:40:02 2011 +0000 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="garcon-dev" 1.7 +VERSION="0.1.5" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Xfce menu devel files" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="garcon" 1.12 +WANTED="garcon" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.xfce.org" 1.15 + 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/lib 1.21 + 1.22 + cp -a $_pkg/usr/lib/*.la $fs/usr/lib 1.23 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.24 + cp -a $_pkg/usr/include $fs/usr 1.25 +} 1.26 +