wok-current rev 20900
updated expat and expat-dev (2.1.0 -> 2.2.6)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 26 17:27:21 2019 +0100 (2019-02-26) |
parents | 37d9b4cadcbe |
children | 9a7bd10c8942 |
files | expat-dev/receipt expat/receipt |
line diff
1.1 --- a/expat-dev/receipt Tue Feb 26 16:50:37 2019 +0100 1.2 +++ b/expat-dev/receipt Tue Feb 26 17:27:21 2019 +0100 1.3 @@ -1,17 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="expat-dev" 1.7 -VERSION="2.1.0" 1.8 +VERSION="2.2.6" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="XML parsing library devel files." 1.11 +SHORT_DESC="XML parsing library development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="MIT" 1.14 WEB_SITE="http://expat.sourceforge.net/" 1.15 + 1.16 WANTED="expat" 1.17 +DEPENDS="expat pkg-config" 1.18 HOST_ARCH="i486 arm" 1.19 1.20 -DEPENDS="expat pkg-config" 1.21 - 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 {
2.1 --- a/expat/receipt Tue Feb 26 16:50:37 2019 +0100 2.2 +++ b/expat/receipt Tue Feb 26 17:27:21 2019 +0100 2.3 @@ -1,21 +1,24 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="expat" 2.7 -VERSION="2.1.0" 2.8 +VERSION="2.2.6" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="XML parsing C library" 2.11 MAINTAINER="pankso@slitaz.org" 2.12 LICENSE="MIT" 2.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WEB_SITE="http://expat.sourceforge.net/" 2.15 + 2.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.18 + 2.19 HOST_ARCH="i486 arm" 2.20 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 { 2.24 ./configure $CONFIGURE_ARGS && 2.25 - make && make DESTDIR=$DESTDIR install 2.26 + make -j 1 && 2.27 + make DESTDIR=$DESTDIR install 2.28 } 2.29 2.30 # Rules to gen a SliTaz package suitable for Tazpkg.