From 70891937006fcfe387e4a1ba5d03acd6f5f37662 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 15 Jun 2010 22:39:36 +0200 Subject: port fluxbox and it's (optional) dependency imlib2 --- package/imlib2/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package/imlib2/Makefile (limited to 'package/imlib2/Makefile') diff --git a/package/imlib2/Makefile b/package/imlib2/Makefile new file mode 100644 index 000000000..bc7f6ea14 --- /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:= libfreetype +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 -- cgit v1.2.3