summaryrefslogtreecommitdiff
path: root/package/imlib2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-05 15:34:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-05 15:34:35 +0200
commit3b76e79f14e279a6526809e630e45e4f760d77de (patch)
treebb479b57c7ad1362f05a0532a7133c0c5232dfeb /package/imlib2/Makefile
parent9bfe4f2061f377306619fa479bc0e7adafb22125 (diff)
parent1879491b2b6e799b20ac06d1b510726eb200944f (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/imlib2/Makefile')
-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