wok-4.x rev 6060
attr: Upgrade to 2.4.44
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Fri Aug 20 23:04:39 2010 +0000 (2010-08-20) |
parents | ac683b0c8b2c |
children | 67c05a14a3b1 |
files | attr-dev/receipt attr/receipt |
line diff
1.1 --- a/attr-dev/receipt Thu Aug 19 22:47:09 2010 +0000 1.2 +++ b/attr-dev/receipt Fri Aug 20 23:04:39 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="attr-dev" 1.7 -VERSION="2.4.43-1" 1.8 +VERSION="2.4.44" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Development files for attr." 1.11 MAINTAINER="rcx@zoominternet.net"
2.1 --- a/attr/receipt Thu Aug 19 22:47:09 2010 +0000 2.2 +++ b/attr/receipt Fri Aug 20 23:04:39 2010 +0000 2.3 @@ -1,21 +1,19 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="attr" 2.7 -VERSION="2.4.43-1" 2.8 +VERSION="2.4.44" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Commands for Manipulating Filesystem Extended Attributes." 2.11 MAINTAINER="rcx@zoominternet.net" 2.12 DEPENDS="glibc-base" 2.13 BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 libtool gettext" 2.14 -TARBALL="${PACKAGE}_${VERSION}.tar.gz" 2.15 +TARBALL="${PACKAGE}-${VERSION}.src.tar.gz" 2.16 WEB_SITE="http://savannah.nongnu.org/projects/attr/" 2.17 -WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL" 2.18 +WGET_URL="http://download.savannah.gnu.org/releases-noredirect/$PACKAGE/$TARBALL" 2.19 2.20 # Rules to configure and make the package. 2.21 compile_rules() 2.22 { 2.23 - mv $PACKAGE-2.4.43 $PACKAGE-$VERSION 2.24 - 2.25 cd $src 2.26 2.27 # Patch commands are from http://minimalinux.org/forum/viewtopic.php?pid=1446#p1446 2.28 @@ -33,8 +31,8 @@ 2.29 sed -i s%"@datadir@/locale"%"\$\(DESTDIR\)@datadir@/locale"% include/builddefs.in 2.30 2.31 # Don't need to build man and doc 2.32 - rm -r -f man 2.33 - rm -r -f doc 2.34 + # rm -r -f man 2.35 + # rm -r -f doc 2.36 2.37 # Configure is included in Makefile 2.38 make LOCAL_CONFIGURE_OPTIONS="$CONFIGURE_ARGS" &&