summaryrefslogtreecommitdiff
path: root/package/imlib2/Makefile
blob: bc7f6ea14c82ea90bc92b8db6d873c5fc3711a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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