summaryrefslogtreecommitdiff
path: root/package/imlib2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-19 10:49:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-19 10:49:49 +0200
commit7907e3ee7302ac3fd428989a07b0df74f0c52853 (patch)
treee6de18488a687707667927065724372b40510d65 /package/imlib2
parentb70fdbfbf1139605c22083b647337f2b16f62fc3 (diff)
parent61355d1f054c15673adeb62d32dfd4563f89c165 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/imlib2')
-rw-r--r--package/imlib2/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/package/imlib2/Makefile b/package/imlib2/Makefile
new file mode 100644
index 000000000..0bf66f4a0
--- /dev/null
+++ b/package/imlib2/Makefile
@@ -0,0 +1,29 @@
+# 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:= imlib2
+PKG_VERSION:= 1.4.4
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 20d59c7cda06742015baade6f5975415
+PKG_DESCR:= Version 2 of an advanced replacement library for libraries like libXpm
+PKG_SECTION:= libs
+PKG_DEPENDS:= libfreetype
+PKG_BUILDDEP:= freetype
+PKG_URL:= http://www.enlightenment.org/
+PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,IMLIB2,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_IMLIB2)/usr/lib/imlib2/{filters,loaders}
+ ${CP} $(WRKINST)/usr/lib/libImlib2.so* $(IDIR_IMLIB2)/usr/lib
+ ${CP} $(WRKINST)/usr/lib/imlib2/filters/*.so \
+ $(IDIR_IMLIB2)/usr/lib/imlib2/filters/
+ ${CP} $(WRKINST)/usr/lib/imlib2/loaders/*.so \
+ $(IDIR_IMLIB2)/usr/lib/imlib2/loaders/
+
+include ${TOPDIR}/mk/pkg-bottom.mk