wok-current diff libcups/receipt @ rev 17583
Add: libsecret 0.18
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Feb 08 19:36:25 2015 +0000 (2015-02-08) |
parents | 78cb1e930abd |
children | 7a17da606074 |
line diff
1.1 --- a/libcups/receipt Sat Sep 07 15:59:12 2013 +0000 1.2 +++ b/libcups/receipt Sun Feb 08 19:36:25 2015 +0000 1.3 @@ -6,19 +6,15 @@ 1.4 SHORT_DESC="Common UNIX Printing System." 1.5 MAINTAINER="erjo@slitaz.org" 1.6 LICENSE="GPL2 LGPL2" 1.7 -TARBALL="$PACKAGE-$VERSION-source.tar.bz2" 1.8 WEB_SITE="http://www.cups.org/" 1.9 WANTED="cups" 1.10 TAGS="printer printing" 1.11 1.12 DEPENDS="libssl" 1.13 -BUILD_DEPENDS="" 1.14 - 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 - mkdir -p $fs/usr/lib 1.20 - 1.21 + mkdir -p $fs/usr/lib 1.22 cp -a $install/usr/lib/libcups.so* $fs/usr/lib 1.23 }