wok-next annotate barcode/receipt @ rev 20996

Move fonts-liberation*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 16:01:47 2018 +0300 (2018-10-04)
parents d6378d455338
children d5aab818505e
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@20960 14 BUILD_DEPENDS="gettext 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 }