wok-next diff barcode/receipt @ rev 20963

Add hackdorte-artwork and remove appropriate old packages with dead homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 08 15:02:14 2018 +0300 (2018-09-08)
parents d6378d455338
children d5aab818505e
line diff
     1.1 --- a/barcode/receipt	Thu May 10 21:12:00 2018 +0300
     1.2 +++ b/barcode/receipt	Sat Sep 08 15:02:14 2018 +0300
     1.3 @@ -1,27 +1,26 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="barcode"
     1.8 -VERSION="0.98"
     1.9 +VERSION="0.99"
    1.10  CATEGORY="utilities"
    1.11 -SHORT_DESC="barcode generator"
    1.12 +SHORT_DESC="Barcode generator"
    1.13  MAINTAINER="devl547@gmail.com"
    1.14  LICENSE="GPL2"
    1.15  WEB_SITE="https://www.gnu.org/software/barcode/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
    1.19  
    1.20 -BUILD_DEPENDS="automake texinfo"
    1.21 +BUILD_DEPENDS="gettext libpaper-dev"
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 -	autoreconf -fi
    1.27 -	sed -i 's|/info|/share&|' Makefile*
    1.28 -	./configure $CONFIGURE_ARGS && make && make install
    1.29 +compile_rules() {
    1.30 +	./configure $CONFIGURE_ARGS &&
    1.31 +	fix libtool &&
    1.32 +	make &&
    1.33 +	make install
    1.34  }
    1.35  
    1.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 -genpkg_rules()
    1.38 -{
    1.39 -	copy barcode
    1.40 +genpkg_rules() {
    1.41 +	copy @std
    1.42 +	DEPENDS="libpaper"
    1.43  }