wok-next annotate barcode/receipt @ rev 20783

gnupg: add LDAP support -> CRL access X.509 certificate search
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 06:48:27 2018 +0000 (2018-06-09)
parents f463de72afe3
children 65f5c0b7dcd4
rev   line source
devl547@5631 1 # SliTaz package receipt.
devl547@5631 2
devl547@5631 3 PACKAGE="barcode"
devl547@5631 4 VERSION="0.98"
devl547@5631 5 CATEGORY="utilities"
devl547@5631 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/"
devl547@5631 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
devl547@5631 11 WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
devl547@5631 12
al@19275 13 BUILD_DEPENDS="automake texinfo"
al@19275 14
devl547@5631 15 # Rules to configure and make the package.
devl547@5631 16 compile_rules()
devl547@5631 17 {
al@19275 18 autoreconf -fi
pascal@19295 19 sed -i 's|/info|/share&|' Makefile*
al@19275 20 ./configure $CONFIGURE_ARGS && make && make install
devl547@5631 21 }
devl547@5631 22
devl547@5631 23 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@5631 24 genpkg_rules()
devl547@5631 25 {
al@19783 26 copy barcode
devl547@5631 27 }