| 1234567891011121314151617181920212223 | # 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.mkPKG_NAME:=		libXcursorPKG_VERSION:=		1.1.11PKG_RELEASE:=		1PKG_MD5SUM:=		55558a41d0bcf9210636858844fa4d2fPKG_DESCR:=		xcursor libraryPKG_SECTION:=		x11/libsPKG_SITES:=		http://xorg.freedesktop.org/archive/individual/lib/include $(TOPDIR)/mk/package.mk$(eval $(call PKG_template,LIBXCURSOR,libxcursor,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))post-install:	$(INSTALL_DIR) $(IDIR_LIBXCURSOR)/usr/lib	$(CP) $(WRKINST)/usr/lib/libXcursor*.so* \		$(IDIR_LIBXCURSOR)/usr/libinclude ${TOPDIR}/mk/pkg-bottom.mk
 |