summaryrefslogtreecommitdiffstats
path: root/base/popt/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 14:24:49 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 14:24:49 +0200
commit26f3d58598ecdf83fa67b6183c7a9b0f60ca9621 (patch)
treea1de83e2dbd2aa58505fbba99f4707971914573f /base/popt/Pkgfile
parent92ad0d5dae62292979b91114a2a01fc29a4fedd6 (diff)
downloadnutyx-pakxe-26f3d58598ecdf83fa67b6183c7a9b0f60ca9621.tar.gz
nutyx-pakxe-26f3d58598ecdf83fa67b6183c7a9b0f60ca9621.tar.bz2
nutyx-pakxe-26f3d58598ecdf83fa67b6183c7a9b0f60ca9621.tar.xz
nutyx-pakxe-26f3d58598ecdf83fa67b6183c7a9b0f60ca9621.zip
Ajout de popt#1.15-1
Diffstat (limited to 'base/popt/Pkgfile')
-rwxr-xr-xbase/popt/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/base/popt/Pkgfile b/base/popt/Pkgfile
new file mode 100755
index 000000000..f798ffcfe
--- /dev/null
+++ b/base/popt/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Librairies permettant à certains programmes de passer des options aux commandes en ligne
+# URL: http://freshmeat.net/projects/popt/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gettext
+
+name=popt
+version=1.15
+release=1
+source=(http://rpm5.org/files/$name/$name-$version.tar.gz)
+
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}