fim: dropped port

This commit is contained in:
Thomas Penteker 2014-07-16 15:11:34 +02:00
parent 9a7f646f6a
commit 1c5c7dab72
3 changed files with 0 additions and 27 deletions

View File

@ -1,8 +0,0 @@
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/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/fim.1.gz
-rw-r--r-- root/root usr/man/man1/fimgs.1.gz

View File

@ -1 +0,0 @@
06fd4fd92f3b6d1c1d98d85af040b677 fim-0.3-beta-prerelease.tar.gz

View File

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