summaryrefslogtreecommitdiff
path: root/package/giblib
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/giblib
parent5c2d1bf09d73bfd7597c0bc5dab2219f2b174804 (diff)
add new package feh -> image viewer
Diffstat (limited to 'package/giblib')
-rw-r--r--package/giblib/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/package/giblib/Makefile b/package/giblib/Makefile
new file mode 100644
index 000000000..5f36a9860
--- /dev/null
+++ b/package/giblib/Makefile
@@ -0,0 +1,23 @@
+# 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:= giblib
+PKG_VERSION:= 1.2.4
+PKG_RELEASE:= 1
+PKG_MD5SUM:= c810ef5389baf24882a1caca2954385e
+PKG_DESCR:= imlib2 wrapper library
+PKG_SECTION:= libs
+PKG_SITES:= http://linuxbrit.co.uk/downloads/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,GIBLIB,giblib,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+giblib-install:
+ $(INSTALL_DIR) $(IDIR_GIBLIB)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libgiblib*so* \
+ $(IDIR_GIBLIB)/usr/lib
+
+include ${TOPDIR}/mk/pkg-bottom.mk