wok view barcode/receipt @ rev 23805

xine-lib: update suggested
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 24 07:34:28 2020 +0000 (2020-05-24)
parents f86d053a0423
children 9af0e03b8ad0
line source
1 # SliTaz package receipt.
3 PACKAGE="barcode"
4 VERSION="0.99"
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="automake libtool texinfo"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 # 0.98
20 # patch -p1 -i $stuff/barcode.patch
22 autoreconf -fi
23 sed -i 's|/info|/share&|' Makefile*
25 ./configure $CONFIGURE_ARGS &&
26 make &&
27 make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 cook_copy_files barcode
34 }