wok diff splix/receipt @ rev 19505

Rollback liboping (1.8.0)
author Paul Issott <paul@slitaz.org>
date Sat Nov 19 09:14:20 2016 +0000 (2016-11-19)
parents 4e8875b152c4
children 4bae0fb81a17
line diff
     1.1 --- a/splix/receipt	Wed Feb 16 23:31:55 2011 +0100
     1.2 +++ b/splix/receipt	Sat Nov 19 09:14:20 2016 +0000
     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  }