wok diff attr/receipt @ rev 7824

Add postfixadmin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 26 12:02:09 2010 +0100 (2010-12-26)
parents d5c5a2410a9d
children 6010b60e81b4
line diff
     1.1 --- a/attr/receipt	Thu Jul 23 15:07:45 2009 +0000
     1.2 +++ b/attr/receipt	Sun Dec 26 12:02:09 2010 +0100
     1.3 @@ -1,21 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="attr"
     1.7 -VERSION="2.4.43-1"
     1.8 +VERSION="2.4.44"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Commands for Manipulating Filesystem Extended Attributes."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12  DEPENDS="glibc-base"
    1.13  BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 libtool gettext"
    1.14 -TARBALL="${PACKAGE}_${VERSION}.tar.gz"
    1.15 +TARBALL="${PACKAGE}-${VERSION}.src.tar.gz"
    1.16  WEB_SITE="http://savannah.nongnu.org/projects/attr/"
    1.17 -WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL"
    1.18 +WGET_URL="http://download.savannah.gnu.org/releases-noredirect/$PACKAGE/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	mv $PACKAGE-2.4.43 $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" &&