# HG changeset patch # User Christophe Lincoln # Date 1214820918 -7200 # Node ID 0115ef744ad6549f36118e5c2bd05cbe6723f1a4 # Parent 30c92afb4a60e8cec4df84278eb848b6ce1b0e32 Up: popt (1.14) diff -r 30c92afb4a60 -r 0115ef744ad6 popt-dev/receipt --- a/popt-dev/receipt Mon Jun 30 12:14:42 2008 +0200 +++ b/popt-dev/receipt Mon Jun 30 12:15:18 2008 +0200 @@ -1,14 +1,13 @@ # SliTaz package receipt. PACKAGE="popt-dev" -VERSION="1.10.4" +VERSION="1.14" CATEGORY="development" SHORT_DESC="Library for parsing command line options devel files." MAINTAINER="pankso@slitaz.org" WANTED="popt" WEB_SITE="http://directory.fsf.org/project/popt/" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { @@ -16,4 +15,3 @@ cp -a $_pkg/usr/lib/*.*a $fs/usr/lib cp -a $_pkg/usr/include $fs/usr } - diff -r 30c92afb4a60 -r 0115ef744ad6 popt/receipt --- a/popt/receipt Mon Jun 30 12:14:42 2008 +0200 +++ b/popt/receipt Mon Jun 30 12:15:18 2008 +0200 @@ -1,20 +1,23 @@ # SliTaz package receipt. PACKAGE="popt" -VERSION="1.10.4" +VERSION="1.14" CATEGORY="system-tools" SHORT_DESC="Library for parsing command line options." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://directory.fsf.org/project/popt/" -WGET_URL="http://rpm.net.in/mirror/rpm-4.4.x/$TARBALL" +WEB_SITE="http://rpm5.org/" +WGET_URL="http://freshmeat.net/redir/popt/72854/url_tgz/$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 \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS make make DESTDIR=$PWD/_pkg install } @@ -22,9 +25,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib $fs/usr/share/locale + mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - strip --strip-unneeded $fs/usr/lib/* } -