| 12345678910111213141516171819202122232425 | # 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:=		libXfixesPKG_VERSION:=		4.0.4PKG_RELEASE:=		1PKG_MD5SUM:=		86eb4b916cd5948c0e20d279107b3331PKG_DESCR:=		X Fixes LibraryPKG_SECTION:=		x11/libsPKG_BUILDDEP:=		fixesproto xextproto xproto libX11PKG_URL:=		http://xorg.freedesktop.orgPKG_SITES:=		http://xorg.freedesktop.org/archive/individual/lib/include $(TOPDIR)/mk/package.mk$(eval $(call PKG_template,LIBXFIXES,libxfixes,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))post-install:	$(INSTALL_DIR) $(IDIR_LIBXFIXES)/usr/lib	$(CP) $(WRKINST)/usr/lib/libXfixes*.so* \		$(IDIR_LIBXFIXES)/usr/libinclude ${TOPDIR}/mk/pkg-bottom.mk
 |