wok-next diff splix/receipt @ rev 18465
libQtDBus: add /usr/bin/qdbus
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Oct 02 13:31:38 2015 +0200 (2015-10-02) |
parents | 4e8875b152c4 |
children | f48456621a9d |
line diff
1.1 --- a/splix/receipt Wed Feb 16 23:31:55 2011 +0100 1.2 +++ b/splix/receipt Fri Oct 02 13:31:38 2015 +0200 1.3 @@ -4,14 +4,16 @@ 1.4 VERSION="2.0.0" 1.5 CATEGORY="system-tools" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 SHORT_DESC="CUPS drivers for SPL (Samsung Printer Language) printers" 1.9 WEB_SITE="http://splix.ap2c.org/" 1.10 -DEPENDS="cups gcc gcc-lib-base" 1.11 -BUILD_DEPENDS="cups cups-dev jbigkit" 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 WGET_URL="http://downloads.sourceforge.net/splix/$TARBALL" 1.14 TAGS="" 1.15 1.16 +DEPENDS="cups gcc gcc-lib-base" 1.17 +BUILD_DEPENDS="cups cups-dev jbigkit" 1.18 + 1.19 # Rules to configure and make the package. 1.20 1.21 compile_rules() { 1.22 @@ -27,8 +29,8 @@ 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/lib $fs/usr/share 1.26 - cp -a $_pkg/usr/lib/cups $fs/usr/lib/ 1.27 - cp -a $_pkg/usr/share/cups $fs/usr/share 1.28 + cp -a $install/usr/lib/cups $fs/usr/lib/ 1.29 + cp -a $install/usr/share/cups $fs/usr/share 1.30 # gzip all ppd files 1.31 find $fs/usr/share/cups/model -name "*.ppd" | xargs gzip -n9 1.32 }