wok diff expat/receipt @ rev 22005
added tar-lang 1.32
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 18 17:38:24 2019 +0100 (2019-10-18) |
parents | c9e270dd464f |
children | 34e8f4b56043 |
line diff
1.1 --- a/expat/receipt Thu Apr 23 16:47:39 2015 +0300 1.2 +++ b/expat/receipt Fri Oct 18 17:38:24 2019 +0100 1.3 @@ -1,21 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="expat" 1.7 -VERSION="2.1.0" 1.8 +VERSION="2.2.6" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="XML parsing C library" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="MIT" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://expat.sourceforge.net/" 1.15 + 1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 + 1.19 HOST_ARCH="i486 arm" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 ./configure $CONFIGURE_ARGS && 1.25 - make && make DESTDIR=$DESTDIR install 1.26 + make -j 1 && 1.27 + make DESTDIR=$DESTDIR install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg.