# HG changeset patch # User Matthew Sheets # Date 1282346796 0 # Node ID 67c05a14a3b117c94cc7724ebccc852c6a409bf3 # Parent 1de15bd4be74da6d7b4f83030f98fddba619e2eb acl: Upgrade to 2.2.49 diff -r 1de15bd4be74 -r 67c05a14a3b1 acl-dev/receipt --- a/acl-dev/receipt Fri Aug 20 23:04:39 2010 +0000 +++ b/acl-dev/receipt Fri Aug 20 23:26:36 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="acl-dev" -VERSION="2.2.47-1" +VERSION="2.2.49" CATEGORY="development" SHORT_DESC="Development files for acl." MAINTAINER="rcx@zoominternet.net" diff -r 1de15bd4be74 -r 67c05a14a3b1 acl/receipt --- a/acl/receipt Fri Aug 20 23:04:39 2010 +0000 +++ b/acl/receipt Fri Aug 20 23:26:36 2010 +0000 @@ -1,21 +1,19 @@ # SliTaz package receipt. PACKAGE="acl" -VERSION="2.2.47-1" +VERSION="2.2.49" CATEGORY="system-tools" SHORT_DESC="Commands for Manipulating POSIX Access Control Lists." MAINTAINER="rcx@zoominternet.net" DEPENDS="glibc-base attr" BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 libtool gettext attr-dev attr" -TARBALL="${PACKAGE}_${VERSION}.tar.gz" +TARBALL="${PACKAGE}-${VERSION}.src.tar.gz" WEB_SITE="http://savannah.nongnu.org/projects/acl/" -WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL" +WGET_URL="http://nongnu.askapache.com/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { - mv $PACKAGE-2.2.47 $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" &&