wok view barcode/receipt @ rev 12105

Up: gcompris 11.12 (bugfixes)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Mar 11 23:19:56 2012 +0100 (2012-03-11)
parents e5ae411e1d8c
children d21c0c760517
line source
1 # SliTaz package receipt.
3 PACKAGE="barcode"
4 VERSION="0.98"
5 CATEGORY="utilities"
6 SHORT_DESC="barcode generator"
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.gnu.org/software/barcode/"
10 WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure $CONFIGURE_ARGS &&
17 make &&
18 make prefix=$DESTDIR install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/bin $fs/usr
26 cp -a $_pkg/lib $fs/usr
27 }