libgpg-error: Fix compiling with uclibc
[openadk.git] / package / poppler / Makefile
blobbc5046752036339de714d54f395d5db9d9ef8f15
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:= poppler
7 PKG_VERSION:= 0.52.0
8 PKG_RELEASE:= 1
9 PKG_HASH:= 528b661738839f9a25f6e580fcd2d5db007e0a1948580c6489f0062798ca1992
10 PKG_DESCR:= pdf rendering library
11 PKG_SECTION:= libs/misc
12 PKG_BUILDDEP:= fontconfig libpng cairo
13 PKG_DEPENDS:= fontconfig libpng cairo
14 PKG_NEEDS:= c++
15 PKG_URL:= http://poppler.freedesktop.org/
16 PKG_SITES:= http://poppler.freedesktop.org/
17 PKG_OPTS:= dev
19 include $(ADK_TOPDIR)/mk/package.mk
21 $(eval $(call PKG_template,POPPLER,poppler,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
23 poppler-install:
24 $(INSTALL_DIR) $(IDIR_POPPLER)/usr/lib
25 $(CP) $(WRKINST)/usr/lib/libpoppler*.so* \
26 $(IDIR_POPPLER)/usr/lib
28 include ${ADK_TOPDIR}/mk/pkg-bottom.mk