wok view barcode/receipt @ rev 19291

indent, laptop-mode-tools, lbreakout2, lm-sensors, logrotate, magicrescue, mgetty: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 12:08:46 2016 +0200 (2016-07-06)
parents d21c0c760517
children f86d053a0423
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 LICENSE="GPL2"
9 WEB_SITE="https://www.gnu.org/software/barcode/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
13 BUILD_DEPENDS="automake texinfo"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 patch -p1 -i $stuff/barcode.patch
19 autoreconf -fi
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cook_copy_files barcode
28 }