wok-6.x rev 969
Up: popt (1.14)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Jun 30 12:15:18 2008 +0200 (2008-06-30) |
parents | 30c92afb4a60 |
children | 501c0ea3f0d7 |
files | popt-dev/receipt popt/receipt |
line diff
1.1 --- a/popt-dev/receipt Mon Jun 30 12:14:42 2008 +0200 1.2 +++ b/popt-dev/receipt Mon Jun 30 12:15:18 2008 +0200 1.3 @@ -1,14 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="popt-dev" 1.7 -VERSION="1.10.4" 1.8 +VERSION="1.14" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Library for parsing command line options devel files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 WANTED="popt" 1.13 WEB_SITE="http://directory.fsf.org/project/popt/" 1.14 1.15 - 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 @@ -16,4 +15,3 @@ 1.20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.21 cp -a $_pkg/usr/include $fs/usr 1.22 } 1.23 -
2.1 --- a/popt/receipt Mon Jun 30 12:14:42 2008 +0200 2.2 +++ b/popt/receipt Mon Jun 30 12:15:18 2008 +0200 2.3 @@ -1,20 +1,23 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="popt" 2.7 -VERSION="1.10.4" 2.8 +VERSION="1.14" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Library for parsing command line options." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.13 -WEB_SITE="http://directory.fsf.org/project/popt/" 2.14 -WGET_URL="http://rpm.net.in/mirror/rpm-4.4.x/$TARBALL" 2.15 +WEB_SITE="http://rpm5.org/" 2.16 +WGET_URL="http://freshmeat.net/redir/popt/72854/url_tgz/$TARBALL" 2.17 2.18 # Rules to configure and make the package. 2.19 compile_rules() 2.20 { 2.21 cd $src 2.22 - ./configure --prefix=/usr --infodir=/usr/share/info \ 2.23 - --mandir=/usr/share/man $CONFIGURE_ARGS 2.24 + ./configure \ 2.25 + --prefix=/usr \ 2.26 + --infodir=/usr/share/info \ 2.27 + --mandir=/usr/share/man \ 2.28 + $CONFIGURE_ARGS 2.29 make 2.30 make DESTDIR=$PWD/_pkg install 2.31 } 2.32 @@ -22,9 +25,6 @@ 2.33 # Rules to gen a SliTaz package suitable for Tazpkg. 2.34 genpkg_rules() 2.35 { 2.36 - mkdir -p $fs/usr/lib $fs/usr/share/locale 2.37 + mkdir -p $fs/usr/lib 2.38 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.39 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 2.40 - strip --strip-unneeded $fs/usr/lib/* 2.41 } 2.42 -