1234567891011121314151617181920212223242526 |
- # 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:= 2
- 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}
- PKG_LIBNAME:= libxdamage
- PKG_OPTS:= dev
- include $(TOPDIR)/mk/package.mk
- $(eval $(call PKG_template,LIBXDAMAGE,libxdamage,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
- libxdamage-install:
- $(INSTALL_DIR) $(IDIR_LIBXDAMAGE)/usr/lib
- $(CP) $(WRKINST)/usr/lib/libXdamage*.so* \
- $(IDIR_LIBXDAMAGE)/usr/lib
- include ${TOPDIR}/mk/pkg-bottom.mk
|