ffe: moved to romster repo

This commit is contained in:
Danny Rawlins 2010-12-27 18:02:44 +11:00
parent a1d5de3276
commit 187bd4a7ff
3 changed files with 0 additions and 29 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/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

View File

@ -1 +0,0 @@
52ad17dfb6df5f78f104897142f63f83 ffe-0.2.8.tar.gz

View File

@ -1,22 +0,0 @@
# 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.8
release=1
source=(http://downloads.sourceforge.net/project/ff-extractor/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-dependency-tracking
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}