gperf: new port

This commit is contained in:
Juergen Daubert 2008-11-24 12:25:37 +01:00
parent 3417cac635
commit cd055ab1f4
3 changed files with 23 additions and 0 deletions

6
gperf/.footprint Normal file
View File

@ -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

1
gperf/.md5sum Normal file
View File

@ -0,0 +1 @@
cc20e58975a38075440423c8fb85fd00 gperf-3.0.3.tar.gz

16
gperf/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Perfect hash function generator
# URL: http://www.gnu.org/software/gperf/
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
name=gperf
version=3.0.3
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
}