wok diff file/receipt @ rev 3289

Update Depends: wxWidgets and xorg-libXdamage
author Matthew Sheets <rcx@zoominternet.net>
date Wed Jun 03 11:07:10 2009 +0000 (2009-06-03)
parents 3eacc9c96968
children ae514098a72a
line diff
     1.1 --- a/file/receipt	Sun Mar 15 21:33:26 2009 +0000
     1.2 +++ b/file/receipt	Wed Jun 03 11:07:10 2009 +0000
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="file"
     1.7 -VERSION="5.00"
     1.8 +VERSION="5.03"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Retrieve file type."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS="zlib"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file"
    1.15 -WGET_URL="ftp://ftp.gw.com/mirrors/unix/file/$TARBALL"
    1.16 +WGET_URL="  ftp://ftp.astron.com/pub/file/$TARBALL ftp://ftp.gw.com/mirrors/unix/file/$TARBALL"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21  	cd $src
    1.22 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.23 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.24 +	./configure --prefix=/usr \
    1.25 +		--infodir=/usr/share/info \
    1.26 +		--datarootdir=/usr/share \
    1.27 +		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.28  	make &&
    1.29  	make DESTDIR=$PWD/_pkg install
    1.30  }
    1.31 @@ -27,6 +29,6 @@
    1.32  	
    1.33  	cp -a $_pkg/usr/bin $fs/usr
    1.34  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.35 -	cp -a $_pkg/usr/share/file $fs/usr/share
    1.36 +	cp -a $_pkg/usr/share/misc $fs/usr/share
    1.37  	
    1.38  }