diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 14:21:25 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 14:21:25 +0100 |
| commit | 27537f0ac386cd2d869a73d2c4d432be2dffb9eb (patch) | |
| tree | 8d0d6a6026aa6c0a7b5bbd777ef9ed65f916fa78 /package/libgpg-error/Makefile | |
| parent | 1dbfbd6e0c5c2738f2f8d3b9b8ff0a3a9dc4e529 (diff) | |
| parent | 67cb0759e674470fa53fd3711d8460fd4a12c1a3 (diff) | |
resolve xterm Makefile conflict
Diffstat (limited to 'package/libgpg-error/Makefile')
| -rw-r--r-- | package/libgpg-error/Makefile | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/package/libgpg-error/Makefile b/package/libgpg-error/Makefile index f0c126cf8..9f19388ac 100644 --- a/package/libgpg-error/Makefile +++ b/package/libgpg-error/Makefile @@ -12,15 +12,28 @@ PKG_SECTION:= libs PKG_URL:= http://www.gnupg.org/ PKG_SITES:= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ +PKG_SUBPKGS:= LIBGPG_ERROR LIBGPG_ERROR_DEV +PKGSD_LIBGPG_ERROR_DEV:=common error code and description headers +PKGSC_LIBGPG_ERROR_DEV:=devel + DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,LIBGPG_ERROR,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,LIBGPG_ERROR,libgpg-error,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,LIBGPG_ERROR_DEV,libgpg-error-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBGPG_ERROR_DEV},${PKGSC_LIBGPG_ERROR_DEV})) -post-install: +libgpg-error-install: ${INSTALL_DIR} ${IDIR_LIBGPG_ERROR}/usr/lib ${CP} ${WRKINST}/usr/lib/libgpg-error.so* \ - ${IDIR_LIBGPG_ERROR}/usr/lib/ + ${IDIR_LIBGPG_ERROR}/usr/lib + +libgpg-error-dev-install: + ${INSTALL_DIR} ${IDIR_LIBGPG_ERROR_DEV}/usr/include + ${CP} ${WRKINST}/usr/include/gpg-error.h \ + ${IDIR_LIBGPG_ERROR_DEV}/usr/include + ${INSTALL_DIR} ${IDIR_LIBGPG_ERROR_DEV}/usr/bin + ${INSTALL_BIN} ${WRKINST}/usr/bin/gpg-error-config \ + ${IDIR_LIBGPG_ERROR_DEV}/usr/bin include ${TOPDIR}/mk/pkg-bottom.mk |
