fim: initial import

This commit is contained in:
Thomas Penteker 2008-03-17 22:51:28 +01:00
parent 44a7193c4c
commit 7cfff810bd
3 changed files with 26 additions and 0 deletions

9
fim/.footprint Normal file
View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/fim
-rwxr-xr-x root/root usr/bin/fimgs
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/fim.1.gz
-rw-r--r-- root/root usr/share/man/man1/fimgs.1.gz

1
fim/.md5sum Normal file
View File

@ -0,0 +1 @@
38cf8ece0c3a29736b3a65f6d662cfe8 fim-0.2.tar.gz

16
fim/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: display / zoom images in framebuffer
# URL: https://www.autistici.org/dezperado/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libjpeg, libungif, libtiff, libpng
name=fim
version=0.2
release=1
source=(http://download.savannah.nongnu.org/releases/fbi-improved/$name-$version.tar.gz)
build() {
cd $name-$version
LDFLAGS="-lncurses" LIBGIF="-lungif" ./configure --prefix=/usr
make DESTDIR=$PKG install
rm -r $PKG/usr/doc
}