gperf: new port
This commit is contained in:
parent
3417cac635
commit
cd055ab1f4
6
gperf/.footprint
Normal file
6
gperf/.footprint
Normal 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
1
gperf/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
cc20e58975a38075440423c8fb85fd00 gperf-3.0.3.tar.gz
|
16
gperf/Pkgfile
Normal file
16
gperf/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user