ports/core (3.2): gperf: initial import from opt
commit c2e8ac6918f035fdd7cc8e56aa85b99956ff2846 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jun 20 23:14:29 2015 +0200 gperf: initial import from opt diff --git a/gperf/.footprint b/gperf/.footprint new file mode 100644 index 0000000..940adf1 --- /dev/null +++ b/gperf/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/gperf +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/gperf.1.gz diff --git a/gperf/.md5sum b/gperf/.md5sum new file mode 100644 index 0000000..74e0ec9 --- /dev/null +++ b/gperf/.md5sum @@ -0,0 +1 @@ +c1f1db32fb6598d6a93e6e88796a8632 gperf-3.0.4.tar.gz diff --git a/gperf/Pkgfile b/gperf/Pkgfile new file mode 100644 index 0000000..73548a4 --- /dev/null +++ b/gperf/Pkgfile @@ -0,0 +1,16 @@ +# Description: Perfect hash function generator +# URL: http://www.gnu.org/software/gperf/ +# Maintainer: CRUX System Team, core-ports at crux dot nu + +name=gperf +version=3.0.4 +release=1 +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr --mandir=/usr/man + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share +}
participants (1)
-
crux@crux.nu