wok rev 6061

acl: Upgrade to 2.2.49
author Matthew Sheets <rcx@zoominternet.net>
date Fri Aug 20 23:26:36 2010 +0000 (2010-08-20)
parents 1de15bd4be74
children e91159c0d814
files acl-dev/receipt acl/receipt
line diff
     1.1 --- a/acl-dev/receipt	Fri Aug 20 23:04:39 2010 +0000
     1.2 +++ b/acl-dev/receipt	Fri Aug 20 23:26:36 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="acl-dev"
     1.7 -VERSION="2.2.47-1"
     1.8 +VERSION="2.2.49"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files for acl."
    1.11  MAINTAINER="rcx@zoominternet.net"
     2.1 --- a/acl/receipt	Fri Aug 20 23:04:39 2010 +0000
     2.2 +++ b/acl/receipt	Fri Aug 20 23:26:36 2010 +0000
     2.3 @@ -1,21 +1,19 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="acl"
     2.7 -VERSION="2.2.47-1"
     2.8 +VERSION="2.2.49"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Commands for Manipulating POSIX Access Control Lists."
    2.11  MAINTAINER="rcx@zoominternet.net"
    2.12  DEPENDS="glibc-base attr"
    2.13  BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 libtool gettext attr-dev attr"
    2.14 -TARBALL="${PACKAGE}_${VERSION}.tar.gz"
    2.15 +TARBALL="${PACKAGE}-${VERSION}.src.tar.gz"
    2.16  WEB_SITE="http://savannah.nongnu.org/projects/acl/"
    2.17 -WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL"
    2.18 +WGET_URL="http://nongnu.askapache.com/$PACKAGE/$TARBALL"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22  {
    2.23 -	mv $PACKAGE-2.2.47 $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" &&