forked from ports/contrib
ffe: new port
This commit is contained in:
parent
81bd21fc1c
commit
bd16f77d4f
6
ffe/.footprint
Normal file
6
ffe/.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/ffe
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/ffe.1.gz
|
1
ffe/.md5sum
Normal file
1
ffe/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
3fb8571c72e95e0d75e9b6d0e34e4d43 ffe-0.2.5.tar.gz
|
22
ffe/Pkgfile
Normal file
22
ffe/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
||||
# Description: Flat file extractor, parse different flat file structures and print them in different formats.
|
||||
# URL: http://ff-extractor.sourceforge.net/
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Danny Rawlins, monster dot romster at gmail dot com
|
||||
|
||||
name=ffe
|
||||
version=0.2.5
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/ff-extractor/ffe-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd ffe-$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