summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2008-06-02 20:29:23 +0200
committerThomas Penteker <tek@serverop.de>2008-06-02 20:29:23 +0200
commitd918d9eb9a9d8f066c75b0de02765ecb6ece69d4 (patch)
tree180b415712bc918cefb2512b9f2cc1e6dc19fc2b
parentd41cd060eeec3bf15389c9b05435d1b1618217c9 (diff)
downloadcontrib-d918d9eb9a9d8f066c75b0de02765ecb6ece69d4.tar.gz
contrib-d918d9eb9a9d8f066c75b0de02765ecb6ece69d4.tar.xz
fim: fix prtverify warnings
-rw-r--r--fim/.footprint9
-rw-r--r--fim/Pkgfile8
2 files changed, 9 insertions, 8 deletions
diff --git a/fim/.footprint b/fim/.footprint
index 78768dd2b..d8d917dd6 100644
--- a/fim/.footprint
+++ b/fim/.footprint
@@ -2,8 +2,7 @@ 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
+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
diff --git a/fim/Pkgfile b/fim/Pkgfile
index 63787a9c4..ae0c0981d 100644
--- a/fim/Pkgfile
+++ b/fim/Pkgfile
@@ -1,16 +1,18 @@
# 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
+# Depends on: libungif, libtiff, libpng
name=fim
version=0.3-alpha
-release=1
+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
+ LDFLAGS="-lncurses" LIBGIF="-lungif" \
+ ./configure --prefix=/usr \
+ --mandir=/usr/man
make DESTDIR=$PKG install
rm -r $PKG/usr/doc
}

Generated by cgit