wok rev 14819

Add: libcups
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:45:11 2013 +0200 (2013-07-17)
parents e344e8b669b6
children 049b98907ea8
files libcups/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libcups/receipt	Wed Jul 17 13:45:11 2013 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libcups"
     1.7 +VERSION="1.6.2"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Common UNIX Printing System."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION-source.tar.bz2"
    1.12 +WEB_SITE="http://www.cups.org/"
    1.13 +WANTED="cups"
    1.14 +TAGS="printer printing"
    1.15 +
    1.16 +DEPENDS="libssl"
    1.17 +BUILD_DEPENDS=""
    1.18 +
    1.19 +
    1.20 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 +genpkg_rules()
    1.22 +{
    1.23 +	mkdir -p  $fs/usr/lib
    1.24 +	
    1.25 +	cp -a $install/usr/lib/libcups.so* $fs/usr/lib
    1.26 +}