wok view foo2xqx/receipt @ rev 18082

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