wok annotate p910nd/receipt @ rev 11300

Up: yad (0.15.1)
author Alexander Medvedev <devl547@gmail.com>
date Sat Nov 12 22:15:21 2011 +0000 (2011-11-12)
parents
children 62efb7562aad
rev   line source
pascal@8405 1 # SliTaz package receipt.
pascal@8405 2
pascal@8405 3 PACKAGE="p910nd"
pascal@8405 4 VERSION="0.93"
pascal@8405 5 CATEGORY="network"
pascal@8405 6 SHORT_DESC="Network to printer (/dev/lp* or /dev/usb/lp*) gateway."
pascal@8405 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@8405 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@8405 9 WEB_SITE="http://$PACKAGE.sourceforge.net/"
pascal@8405 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@8405 11 TAGS="printer"
pascal@8405 12
pascal@8405 13 # Rules to configure and make the package.
pascal@8405 14 compile_rules()
pascal@8405 15 {
pascal@8405 16 cd $src
pascal@8405 17 make CFLAGS=-DLOCKFILE_DIR=\\\"/var/lock\\\" &&
pascal@8405 18 make DESTDIR=$PWD/_pkg install
pascal@8405 19 }
pascal@8405 20
pascal@8405 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@8405 22 genpkg_rules()
pascal@8405 23 {
pascal@8405 24 mkdir -p $fs/usr $fs/etc/init.d
pascal@8405 25 cp -a $_pkg/usr/sbin $fs/usr
pascal@8405 26 ln -s daemon $fs/etc/init.d/p910nd
pascal@8405 27 }
pascal@8405 28