1
0
forked from ports/contrib

ffe: new port

This commit is contained in:
Danny Rawlins 2008-04-06 21:35:11 +10:00
parent 81bd21fc1c
commit bd16f77d4f
3 changed files with 29 additions and 0 deletions

6
ffe/.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/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
View File

@ -0,0 +1 @@
3fb8571c72e95e0d75e9b6d0e34e4d43 ffe-0.2.5.tar.gz

22
ffe/Pkgfile Normal file
View 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
}