wok rev 2930
Up: File (5.03)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu May 07 14:09:39 2009 +0200 (2009-05-07) |
parents | f543ff84443b |
children | 61303285c4fe |
files | file/receipt |
line diff
1.1 --- a/file/receipt Thu May 07 11:06:49 2009 +0200 1.2 +++ b/file/receipt Thu May 07 14:09:39 2009 +0200 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 }