wok-next diff pnm2ppa/receipt @ rev 21332

updated libvirt (4.3.0 -> 5.10.0)
author Hans-G?nter Theisgen
date Thu Dec 12 17:26:25 2019 +0100 (2019-12-12)
parents f48456621a9d
children
line diff
     1.1 --- a/pnm2ppa/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/pnm2ppa/receipt	Thu Dec 12 17:26:25 2019 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="1.12"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="Ghostscript print filter and color driver for some HP DeskJet printers"
     1.7 -MAINTAINER="jozee@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="http://pnm2ppa.sourceforge.net/"
    1.11  
    1.12 @@ -15,17 +15,12 @@
    1.13  
    1.14  compile_rules() {
    1.15  	make BINDIR="/usr/bin" CONFDIR="/etc" &&
    1.16 -	make BINDIR=$DESTDIR/usr/bin  CONFDIR=$DESTDIR/etc install
    1.17 +	make BINDIR=$install/usr/bin CONFDIR=$install/etc install
    1.18  }
    1.19  
    1.20  genpkg_rules() {
    1.21 -	mkdir -p  $fs/usr/share
    1.22 -
    1.23 -	cp -a $install/etc   $fs
    1.24 -	cp -a $install/usr/bin $fs/usr
    1.25 -
    1.26 -	# Still needs ppd file download for the specific printer from 
    1.27 +	copy @std
    1.28 +	# Still needs ppd file download for the specific printer from
    1.29  	# http://www.linuxprinting.org/show_driver.cgi?driver=pnm2ppa&fromprinter=HP-DeskJet_710C
    1.30 -
    1.31  	DEPENDS="ghostscript cups foomatic-filters"
    1.32  }