wok-next annotate barcode/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 65f5c0b7dcd4
children
rev   line source
al@20960 1 # SliTaz package receipt v2.
devl547@5631 2
devl547@5631 3 PACKAGE="barcode"
al@20960 4 VERSION="0.99"
devl547@5631 5 CATEGORY="utilities"
al@20960 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/"
al@20960 10
devl547@5631 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
devl547@5631 12 WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
devl547@5631 13
al@21020 14 BUILD_DEPENDS="gettext-dev libpaper-dev"
al@19275 15
al@20960 16 compile_rules() {
al@20960 17 ./configure $CONFIGURE_ARGS &&
al@20960 18 fix libtool &&
al@20960 19 make &&
al@20960 20 make install
devl547@5631 21 }
devl547@5631 22
al@20960 23 genpkg_rules() {
al@20960 24 copy @std
al@20960 25 DEPENDS="libpaper"
devl547@5631 26 }