wok-next diff foo2xqx/receipt @ rev 20526

Up mtpaint (3.49.13)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 23 17:51:29 2018 +0200 (2018-03-23)
parents edecdb7c7446
children d958fec46c9f
line diff
     1.1 --- a/foo2xqx/receipt	Fri Nov 10 16:07:36 2017 +0100
     1.2 +++ b/foo2xqx/receipt	Fri Mar 23 17:51:29 2018 +0200
     1.3 @@ -10,7 +10,7 @@
     1.4  WEB_SITE="http://foo2xqx.rkkda.com/"
     1.5  WGET_URL="http://foo2zjs.rkkda.com/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="foomatic-db-engine bc cups groff"
     1.8 +BUILD_DEPENDS="foomatic-db-engine bc groff coreutils-context-system"
     1.9  SPLIT="foo2xqx foo2xqx-data"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -30,7 +30,7 @@
    1.13  		 $FOO2SLX $FOO2HIPERC $FOO2QPDL ; do
    1.14  		./getweb $i
    1.15  	done
    1.16 -	mkdir -p $DESTDIR/usr/lib/cups/filter
    1.17 +	mkdir -p $DESTDIR/filter
    1.18  	make DESTDIR=$DESTDIR install
    1.19  }
    1.20  
    1.21 @@ -46,8 +46,9 @@
    1.22  		;;
    1.23  	foo2xqx-data)
    1.24  		CAT="non-free|firmware files"
    1.25 -		mkdir -p $fs/usr
    1.26 +		mkdir -p $fs/usr/lib/cups
    1.27  		cp -a $install/usr/share $fs/usr
    1.28 +		cp -a $install/filter $fs/usr/lib/cups/
    1.29  		;;
    1.30  	esac
    1.31  }