# HG changeset patch # User Matthew Sheets # Date 1282345479 0 # Node ID 1de15bd4be74da6d7b4f83030f98fddba619e2eb # Parent ac683b0c8b2cad3ca6d0f33608a1c1ad2f80d139 attr: Upgrade to 2.4.44 diff -r ac683b0c8b2c -r 1de15bd4be74 attr-dev/receipt --- a/attr-dev/receipt Thu Aug 19 22:47:09 2010 +0000 +++ b/attr-dev/receipt Fri Aug 20 23:04:39 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="attr-dev" -VERSION="2.4.43-1" +VERSION="2.4.44" CATEGORY="development" SHORT_DESC="Development files for attr." MAINTAINER="rcx@zoominternet.net" diff -r ac683b0c8b2c -r 1de15bd4be74 attr/receipt --- a/attr/receipt Thu Aug 19 22:47:09 2010 +0000 +++ b/attr/receipt Fri Aug 20 23:04:39 2010 +0000 @@ -1,21 +1,19 @@ # SliTaz package receipt. PACKAGE="attr" -VERSION="2.4.43-1" +VERSION="2.4.44" CATEGORY="system-tools" SHORT_DESC="Commands for Manipulating Filesystem Extended Attributes." MAINTAINER="rcx@zoominternet.net" DEPENDS="glibc-base" BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 libtool gettext" -TARBALL="${PACKAGE}_${VERSION}.tar.gz" +TARBALL="${PACKAGE}-${VERSION}.src.tar.gz" WEB_SITE="http://savannah.nongnu.org/projects/attr/" -WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL" +WGET_URL="http://download.savannah.gnu.org/releases-noredirect/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { - mv $PACKAGE-2.4.43 $PACKAGE-$VERSION - cd $src # Patch commands are from http://minimalinux.org/forum/viewtopic.php?pid=1446#p1446 @@ -33,8 +31,8 @@ sed -i s%"@datadir@/locale"%"\$\(DESTDIR\)@datadir@/locale"% include/builddefs.in # Don't need to build man and doc - rm -r -f man - rm -r -f doc + # rm -r -f man + # rm -r -f doc # Configure is included in Makefile make LOCAL_CONFIGURE_OPTIONS="$CONFIGURE_ARGS" &&