wok annotate barcode/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents f86d053a0423
children 9af0e03b8ad0
rev   line source
devl547@5631 1 # SliTaz package receipt.
devl547@5631 2
devl547@5631 3 PACKAGE="barcode"
Hans-G?nter@22529 4 VERSION="0.99"
devl547@5631 5 CATEGORY="utilities"
Hans-G?nter@22529 6 SHORT_DESC="Barcode generator."
devl547@5631 7 MAINTAINER="devl547@gmail.com"
pascal@15263 8 LICENSE="GPL2"
al@19275 9 WEB_SITE="https://www.gnu.org/software/barcode/"
Hans-G?nter@22529 10
devl547@5631 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
devl547@5631 12 WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
devl547@5631 13
Hans-G?nter@22529 14 BUILD_DEPENDS="automake libtool texinfo"
al@19275 15
devl547@5631 16 # Rules to configure and make the package.
devl547@5631 17 compile_rules()
devl547@5631 18 {
Hans-G?nter@22529 19 # 0.98
Hans-G?nter@22529 20 # patch -p1 -i $stuff/barcode.patch
Hans-G?nter@22529 21
al@19275 22 autoreconf -fi
pascal@19295 23 sed -i 's|/info|/share&|' Makefile*
Hans-G?nter@22529 24
Hans-G?nter@22529 25 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@22529 26 make &&
Hans-G?nter@22529 27 make install
devl547@5631 28 }
devl547@5631 29
devl547@5631 30 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@5631 31 genpkg_rules()
devl547@5631 32 {
al@19275 33 cook_copy_files barcode
devl547@5631 34 }