boost: update to 1.67, hack out an compile issue with arm
[openadk.git] / package / libXcursor / Makefile
blob425a7aa2ce664169d24bbf9f1b23ea821953a0fe
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= libXcursor
7 PKG_VERSION:= 1.1.14
8 PKG_RELEASE:= 1
9 PKG_HASH:= be0954faf274969ffa6d95b9606b9c0cfee28c13b6fc014f15606a0c8b05c17b
10 PKG_DESCR:= cursor library
11 PKG_SECTION:= x11/libs
12 PKG_BUILDDEP:= libXfixes libXrender
13 PKG_SITES:= http://www.x.org/releases/individual/lib/
14 PKG_LIBNAME:= libxcursor
15 PKG_OPTS:= dev
17 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
19 include $(ADK_TOPDIR)/mk/package.mk
21 $(eval $(call PKG_template,LIBXCURSOR,libxcursor,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
23 libxcursor-install:
24 $(INSTALL_DIR) $(IDIR_LIBXCURSOR)/usr/lib
25 $(CP) $(WRKINST)/usr/lib/libXcursor*.so* \
26 $(IDIR_LIBXCURSOR)/usr/lib
28 include ${ADK_TOPDIR}/mk/pkg-bottom.mk