diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /popt | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'popt')
-rw-r--r-- | popt/.footprint | 12 | ||||
-rw-r--r-- | popt/.md5sum | 1 | ||||
-rw-r--r-- | popt/Pkgfile | 17 |
3 files changed, 30 insertions, 0 deletions
diff --git a/popt/.footprint b/popt/.footprint new file mode 100644 index 000000000..bbc4f219d --- /dev/null +++ b/popt/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/popt.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libpopt.a +-rwxr-xr-x root/root usr/lib/libpopt.la +lrwxrwxrwx root/root usr/lib/libpopt.so -> libpopt.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libpopt.so.0 -> libpopt.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libpopt.so.0.0.0 +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man3/ +-rw-r--r-- root/root usr/man/man3/popt.3.gz diff --git a/popt/.md5sum b/popt/.md5sum new file mode 100644 index 000000000..123681e7e --- /dev/null +++ b/popt/.md5sum @@ -0,0 +1 @@ +5988e7aeb0ae4dac8d83561265984cc9 popt-1.7.tar.gz diff --git a/popt/Pkgfile b/popt/Pkgfile new file mode 100644 index 000000000..e3425d98b --- /dev/null +++ b/popt/Pkgfile @@ -0,0 +1,17 @@ +# Description: commandline option parser +# Packager: Robert McMeekin, viper at mcmeekin dot info +# Maintainer: Matt Housh, jaeger at morpheus dot net +# Depends on: gettext + +name=popt +version=1.7 +release=1 +source=(ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-nls + make + make DESTDIR=$PKG install +} |