summaryrefslogtreecommitdiff
path: root/package/feh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-09-19 14:33:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-09-19 14:33:31 +0200
commitf2984000823abd21a4c5a157a08ec28a3ddf0a4a (patch)
treec04d95847538388e579541e46ab4ab7893845c45 /package/feh
parent5c2d1bf09d73bfd7597c0bc5dab2219f2b174804 (diff)
add new package feh -> image viewer
Diffstat (limited to 'package/feh')
-rw-r--r--package/feh/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/package/feh/Makefile b/package/feh/Makefile
new file mode 100644
index 000000000..66a86dacb
--- /dev/null
+++ b/package/feh/Makefile
@@ -0,0 +1,31 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= feh
+PKG_VERSION:= 1.16.1
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 1bb080c7b0021db50884a52161251990
+PKG_DESCR:= image viewer
+PKG_SECTION:= multimedia
+PKG_DEPENDS:= imlib2 giblib
+PKG_BUILDDEP:= imlib2 giblib
+PKG_SITES:= http://feh.finalrewind.org/
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,FEH,feh,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+XAKE_FLAGS+= PREFIX=/usr
+CONFIG_STYLE:= manual
+MAKE_FLAGS+= curl=0 xinerama=0
+
+feh-install:
+ $(INSTALL_DIR) $(IDIR_FEH)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/feh \
+ $(IDIR_FEH)/usr/bin
+
+include ${TOPDIR}/mk/pkg-bottom.mk