wok-4.x rev 663
Add: cups-dev
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Apr 23 02:41:57 2008 +0200 (2008-04-23) |
parents | 83e41b056972 |
children | 2f416a878f2e |
files | cups-dev/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cups-dev/receipt Wed Apr 23 02:41:57 2008 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt." 1.5 + 1.6 +PACKAGE="cups-dev" 1.7 +VERSION="1.3.7" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Common UNIX Printing System dev files." 1.10 +MAINTAINER="Erjo <erjo@slitaz.org>" 1.11 +DEPENDS="cups" 1.12 +WANTED="cups" 1.13 +TARBALL="$PACKAGE-$VERSION-source.tar.bz2" 1.14 +WEB_SITE="http://www.cups.org/" 1.15 + 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/lib 1.19 + cp -a $_pkg/usr/include $fs/usr 1.20 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.21 +}