wok-6.x diff barcode/receipt @ rev 23752
updated xine-lib, xine-lib-dev and xine fonts again (1.2.9 -> 1.2.10)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 01 16:16:00 2020 +0100 (2020-05-01) |
parents | f86d053a0423 |
children | 9af0e03b8ad0 |
line diff
1.1 --- a/barcode/receipt Wed Jul 06 17:14:38 2016 +0200 1.2 +++ b/barcode/receipt Fri May 01 16:16:00 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.