wok-next diff acl/receipt @ rev 7187
Fixed grep to remove and replace soft link to busybox in pre_install and post_remove functions.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 08 22:43:35 2010 +0000 (2010-11-08) |
parents | d5c5a2410a9d |
children | 00abc38d049f |
line diff
1.1 --- a/acl/receipt Thu Jul 23 15:07:45 2009 +0000 1.2 +++ b/acl/receipt Mon Nov 08 22:43:35 2010 +0000 1.3 @@ -1,21 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="acl" 1.7 -VERSION="2.2.47-1" 1.8 +VERSION="2.2.49" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Commands for Manipulating POSIX Access Control Lists." 1.11 MAINTAINER="rcx@zoominternet.net" 1.12 DEPENDS="glibc-base attr" 1.13 BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 libtool gettext attr-dev attr" 1.14 -TARBALL="${PACKAGE}_${VERSION}.tar.gz" 1.15 +TARBALL="${PACKAGE}-${VERSION}.src.tar.gz" 1.16 WEB_SITE="http://savannah.nongnu.org/projects/acl/" 1.17 -WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL" 1.18 +WGET_URL="http://nongnu.askapache.com/$PACKAGE/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - mv $PACKAGE-2.2.47 $PACKAGE-$VERSION 1.24 - 1.25 cd $src 1.26 1.27 # Patch commands are from http://minimalinux.org/forum/viewtopic.php?pid=1446#p1446 1.28 @@ -33,8 +31,8 @@ 1.29 sed -i s%"@datadir@/locale"%"\$\(DESTDIR\)@datadir@/locale"% include/builddefs.in 1.30 1.31 # Don't need to build man and doc 1.32 - rm -r -f man 1.33 - rm -r -f doc 1.34 + # rm -r -f man 1.35 + # rm -r -f doc 1.36 1.37 # Configure is included in Makefile 1.38 make LOCAL_CONFIGURE_OPTIONS="$CONFIGURE_ARGS" &&