wok rev 20714
updated attr and attr-dev (2.4.47 -> 2.4.48)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 06 17:47:17 2019 +0100 (2019-02-06) |
parents | 40c9c6b1e4c6 |
children | a268902aedce |
files | attr-dev/receipt attr/receipt |
line diff
1.1 --- a/attr-dev/receipt Wed Feb 06 17:06:52 2019 +0100 1.2 +++ b/attr-dev/receipt Wed Feb 06 17:47:17 2019 +0100 1.3 @@ -1,17 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="attr-dev" 1.7 -VERSION="2.4.47" 1.8 +VERSION="2.4.48" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Development files for attr." 1.11 MAINTAINER="rcx@zoominternet.net" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="http://savannah.nongnu.org/projects/attr/" 1.14 + 1.15 WANTED="attr" 1.16 +DEPENDS="attr" 1.17 HOST_ARCH="i486 arm" 1.18 1.19 -DEPENDS="attr" 1.20 - 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 {
2.1 --- a/attr/receipt Wed Feb 06 17:06:52 2019 +0100 2.2 +++ b/attr/receipt Wed Feb 06 17:47:17 2019 +0100 2.3 @@ -1,18 +1,19 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="attr" 2.7 -VERSION="2.4.47" 2.8 +VERSION="2.4.48" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Commands for Manipulating Filesystem Extended Attributes." 2.11 MAINTAINER="rcx@zoominternet.net" 2.12 LICENSE="GPL2" 2.13 WEB_SITE="http://savannah.nongnu.org/projects/attr/" 2.14 -TARBALL="$PACKAGE-$VERSION.src.tar.gz" 2.15 -WGET_URL="http://download.savannah.gnu.org/releases-noredirect/$PACKAGE/$TARBALL" 2.16 -HOST_ARCH="i486 arm" 2.17 + 2.18 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.19 +WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL" 2.20 2.21 DEPENDS="glibc-base" 2.22 BUILD_DEPENDS="autoconf automake m4 libtool gettext" 2.23 +HOST_ARCH="i486 arm" 2.24 2.25 # When cross compiling auto-tools, gettext and m4 build system are used. 2.26 case "$ARCH" in