wok annotate foo2xqx/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 9ee8f780e1e1
children 3705d68ed8f3
rev   line source
pascal@17318 1 # SliTaz package receipt.
pascal@17318 2
pascal@17318 3 PACKAGE="foo2xqx"
pascal@17318 4 VERSION="20141104"
pascal@17318 5 CATEGORY="system-tools"
pascal@17318 6 SHORT_DESC="a linux printer driver for XQX stream protocol."
pascal@17318 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17318 8 LICENSE="GPL2"
pascal@17318 9 TARBALL="foo2zjs.tar.gz"
pascal@17318 10 WEB_SITE="http://foo2xqx.rkkda.com/"
pascal@17318 11 WGET_URL="http://foo2zjs.rkkda.com/$TARBALL"
pascal@17318 12
pascal@17318 13 DEPENDS="ghostscript foo2xqx-data"
pascal@17320 14 BUILD_DEPENDS="foomatic-db-engine bc"
pascal@17318 15
pascal@17318 16 # Rules to configure and make the package.
pascal@17318 17 #
pascal@17318 18 compile_rules()
pascal@17318 19 {
pascal@17318 20 FOO2XQX="P1005 P1006 P1007 P1008 P1505"
pascal@17318 21 FOO2ZJS="cpwl 2200 2300 2430 1000 1005 1018 1020 1025"
pascal@17318 22 FOO2HP="1215 1600 2600n"
pascal@17318 23 FOO2OAK="1500"
pascal@17318 24 FOO2LAVA="1600w 1680 1690 2480 2490 2530 4690 110 6115 6121"
pascal@17318 25 FOO2SLX="500"
pascal@17318 26 FOO2HIPERC="301 c310 c810 3100 3200 3300 3400 3530 5100 5200 5500 5600 5800 160"
pascal@17318 27 FOO2QPDL="300 310 315 325 360 365 2160 3160 3175 3185 6110 600 610"
pascal@17318 28 make
pascal@17318 29 for i in $FOO2XQX $FOO2ZJS $FOO2HP $FOO2OAK $FOO2LAVA \
pascal@17318 30 $FOO2SLX $FOO2HIPERC $FOO2QPDL ; do
pascal@17318 31 ./getweb $i
pascal@17318 32 done
pascal@17320 33 mkdir -p $DESTDIR/usr/lib/cups/filter
pascal@17318 34 make DESTDIR=$DESTDIR install
pascal@17318 35 }
pascal@17318 36
pascal@17318 37 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17318 38 genpkg_rules()
pascal@17318 39 {
pascal@17318 40 mkdir -p $fs/usr
pascal@17318 41 cp -a $install/bin $fs
pascal@17318 42 cp -a $install/usr/bin $fs/usr
pascal@17318 43 }