wok view p910nd/receipt @ rev 12074

gnome-keyring: fix deps/bdeps
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Mar 09 05:27:20 2012 +0100 (2012-03-09)
parents
children 62efb7562aad
line source
1 # SliTaz package receipt.
3 PACKAGE="p910nd"
4 VERSION="0.93"
5 CATEGORY="network"
6 SHORT_DESC="Network to printer (/dev/lp* or /dev/usb/lp*) gateway."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://$PACKAGE.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 TAGS="printer"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make CFLAGS=-DLOCKFILE_DIR=\\\"/var/lock\\\" &&
18 make DESTDIR=$PWD/_pkg install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr $fs/etc/init.d
25 cp -a $_pkg/usr/sbin $fs/usr
26 ln -s daemon $fs/etc/init.d/p910nd
27 }