wok view barcode/receipt @ rev 22897

updated gtk-doc (1.18 -> 1.32)
author Hans-G?nter Theisgen
date Sun Feb 23 11:12:05 2020 +0100 (2020-02-23)
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 }