diff options
Diffstat (limited to 'package/libXdmcp/Makefile')
-rw-r--r-- | package/libXdmcp/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package/libXdmcp/Makefile b/package/libXdmcp/Makefile new file mode 100644 index 000000000..1cb6245b2 --- /dev/null +++ b/package/libXdmcp/Makefile @@ -0,0 +1,26 @@ +# $Id$ +#- +# 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:= libXdmcp +PKG_VERSION:= 1.0.2 +PKG_RELEASE:= 1 +PKG_MD5SUM:= a7e23f356a2b4fe8668f9ff4a2b0413a +MASTER_SITES:= ${MASTER_SITE_XORG} + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,LIBXDMCP,libxdmcp,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) + +CONFIGURE_STYLE= gnu +BUILD_STYLE= auto +INSTALL_STYLE= auto confprog + +post-install: + ${INSTALL_DIR} ${IDIR_LIBXDMCP}/usr/lib + ${CP} ${WRKINST}/usr/lib/libXdmcp.so* ${IDIR_LIBXDMCP}/usr/lib/ + +include ${TOPDIR}/mk/pkg-bottom.mk |