diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-04-03 17:05:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-04-03 17:05:25 +0200 |
commit | b9cc51c4c2c315f508459cea7da1d8433333d7a1 (patch) | |
tree | 8c621f3331662c6c21d07c48d17dfb1e86722e02 /package/poppler | |
parent | 6a71d6abfeda9e27a904dae851201d9d0b454978 (diff) |
lemote addons, like pdf viewer
Diffstat (limited to 'package/poppler')
-rw-r--r-- | package/poppler/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/package/poppler/Makefile b/package/poppler/Makefile new file mode 100644 index 000000000..b716ff034 --- /dev/null +++ b/package/poppler/Makefile @@ -0,0 +1,24 @@ +# 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:= poppler +PKG_VERSION:= 0.18.4 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 12658f3308597e57f3faff538cc73baf +PKG_DESCR:= pdf rendering library +PKG_SECTION:= libs +PKG_URL:= http://poppler.freedesktop.org/ +PKG_SITES:= http://poppler.freedesktop.org/ + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,POPPLER,poppler,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +poppler-install: + $(INSTALL_DIR) $(IDIR_POPPLER)/usr/lib + $(CP) $(WRKINST)/usr/lib/libpoppler*.so* \ + $(IDIR_POPPLER)/usr/lib + +include ${TOPDIR}/mk/pkg-bottom.mk |