libgpg-error: Fix compiling with uclibc
[openadk.git] / package / libXp / Makefile
blob1cb59e2887701059e94fecce0ebb8988ce7cc614
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:= libXp
7 PKG_VERSION:= 1.0.3
8 PKG_RELEASE:= 1
9 PKG_HASH:= f6b8cc4ef05d3eafc9ef5fc72819dd412024b4ed60197c0d5914758125817e9c
10 PKG_DESCR:= x11 printing library
11 PKG_SECTION:= x11/libs
12 PKG_BUILDDEP:= libXext printproto
13 PKG_SITES:= http://www.x.org/releases/individual/lib/
14 PKG_LIBNAME:= libxp
15 PKG_OPTS:= dev
17 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
19 include $(ADK_TOPDIR)/mk/package.mk
21 $(eval $(call PKG_template,LIBXP,libxp,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
23 libxp-install:
24 ${INSTALL_DIR} ${IDIR_LIBXP}/usr/lib
25 ${CP} ${WRKINST}/usr/lib/libXp.so* ${IDIR_LIBXP}/usr/lib
27 include ${ADK_TOPDIR}/mk/pkg-bottom.mk