wok rev 1346

Upd: File to 4.26
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Sep 04 21:47:58 2008 +0200 (2008-09-04)
parents 497b5220b4d6
children 2ff9c727c0ee
files file/receipt
line diff
     1.1 --- a/file/receipt	Thu Sep 04 21:21:45 2008 +0200
     1.2 +++ b/file/receipt	Thu Sep 04 21:47:58 2008 +0200
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="file"
     1.7 -VERSION="4.21"
     1.8 +VERSION="4.26"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Retrieve file type."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS=""
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://www.linuxfromscratch.org/lfs/"
    1.15 -WGET_URL="ftp://ftp.lfs-matrix.net/pub/lfs/lfs-packages/6.3/$TARBALL"
    1.16 +WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file"
    1.17 +WGET_URL="ftp://ftp.gw.com/mirrors/unix/file/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -26,7 +26,7 @@
    1.22  	mkdir -p $fs/usr/lib $fs/usr/share
    1.23  	
    1.24  	cp -a $_pkg/usr/bin $fs/usr
    1.25 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.26 +	cp -a $_pkg/lib/*.so* $fs/usr/lib
    1.27  	cp -a $_pkg/usr/share/file $fs/usr/share
    1.28  	
    1.29  	strip -s $fs/usr/bin/*