wok rev 22529

updated barcode (0.98 -> 0.99)
author Hans-G?nter Theisgen
date Fri Jan 03 07:10:40 2020 +0100 (2020-01-03)
parents 66359cd3b1f7
children 2d2aa67a5236
files barcode/receipt
line diff
     1.1 --- a/barcode/receipt	Thu Jan 02 17:20:30 2020 +0100
     1.2 +++ b/barcode/receipt	Fri Jan 03 07:10:40 2020 +0100
     1.3 @@ -1,24 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="barcode"
     1.7 -VERSION="0.98"
     1.8 +VERSION="0.99"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="barcode generator"
    1.11 +SHORT_DESC="Barcode generator."
    1.12  MAINTAINER="devl547@gmail.com"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://www.gnu.org/software/barcode/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
    1.18  
    1.19 -BUILD_DEPENDS="automake texinfo"
    1.20 +BUILD_DEPENDS="automake libtool texinfo"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	patch -p1 -i $stuff/barcode.patch
    1.26 +	# 0.98
    1.27 +#	patch -p1 -i $stuff/barcode.patch
    1.28 +
    1.29  	autoreconf -fi
    1.30  	sed -i 's|/info|/share&|' Makefile*
    1.31 -	./configure $CONFIGURE_ARGS && make && make install
    1.32 +
    1.33 +	./configure $CONFIGURE_ARGS &&
    1.34 +	make &&
    1.35 +	make install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.