# HG changeset patch # User Eric Joseph-Alexandre # Date 1241698179 -7200 # Node ID 2b85b8d99375a96af8d41707547b45e76a1e5ed0 # Parent f543ff84443b68028194661de59c061c661521f2 Up: File (5.03) diff -r f543ff84443b -r 2b85b8d99375 file/receipt --- a/file/receipt Thu May 07 11:06:49 2009 +0200 +++ b/file/receipt Thu May 07 14:09:39 2009 +0200 @@ -1,21 +1,23 @@ # SliTaz package receipt. PACKAGE="file" -VERSION="5.00" +VERSION="5.03" CATEGORY="system-tools" SHORT_DESC="Retrieve file type." MAINTAINER="erjo@slitaz.org" DEPENDS="zlib" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file" -WGET_URL="ftp://ftp.gw.com/mirrors/unix/file/$TARBALL" +WGET_URL=" ftp://ftp.astron.com/pub/file/$TARBALL ftp://ftp.gw.com/mirrors/unix/file/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + ./configure --prefix=/usr \ + --infodir=/usr/share/info \ + --datarootdir=/usr/share \ + --mandir=/usr/share/man $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } @@ -27,6 +29,6 @@ cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/share/file $fs/usr/share + cp -a $_pkg/usr/share/misc $fs/usr/share }