forked from ports/contrib
fim: initial import
This commit is contained in:
parent
44a7193c4c
commit
7cfff810bd
9
fim/.footprint
Normal file
9
fim/.footprint
Normal 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
1
fim/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
38cf8ece0c3a29736b3a65f6d662cfe8 fim-0.2.tar.gz
|
16
fim/Pkgfile
Normal file
16
fim/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user