gperf: moved to core

This commit is contained in:
Fredrik Rinnestam 2015-10-04 12:17:06 +02:00
parent 9d8d075f5b
commit dc47c8c02e
3 changed files with 0 additions and 23 deletions

View File

@ -1,6 +0,0 @@
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

View File

@ -1 +0,0 @@
c1f1db32fb6598d6a93e6e88796a8632 gperf-3.0.4.tar.gz

View File

@ -1,16 +0,0 @@
# Description: Perfect hash function generator
# URL: http://www.gnu.org/software/gperf/
# Maintainer: Juergen Daubert, jue 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
}