summaryrefslogtreecommitdiff
path: root/package/libXdamage/Makefile
blob: 05f30993f333fa16069fd84ce0f21ac03163b3a1 (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
# 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:=		libXdamage
PKG_VERSION:=		1.1.3
PKG_RELEASE:=		1
PKG_MD5SUM:=		5e54789fd1c56392d38d29c6b8dad142
PKG_DESCR:=		X Window System client interface to the DAMAGE extension to the X protocol
PKG_SECTION:=		x11/libs
PKG_BUILDDEP:=		libXfixes damageproto
PKG_SITES:=		${MASTER_SITE_XORG}

include $(TOPDIR)/mk/package.mk

$(eval $(call PKG_template,LIBXDAMAGE,libxdamage,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))

post-install:
	$(INSTALL_DIR) $(IDIR_LIBXDAMAGE)/usr/lib
	$(CP) $(WRKINST)/usr/lib/libXdamage*.so* \
		$(IDIR_LIBXDAMAGE)/usr/lib

include ${TOPDIR}/mk/pkg-bottom.mk