New package: podofo-0.9.3

This commit is contained in:
Andrea Brancaleoni 2016-02-04 01:40:31 +01:00
parent 3197deb179
commit 7960eec347
3 changed files with 25 additions and 0 deletions

View file

@ -2339,3 +2339,4 @@ liblog4cxx.so.10 log4cxx-0.10.0_1
libsearpc.so.1 libsearpc-3.0.7_1
libccnet.so.0 ccnet-5.0.4_1
libseafile.so.0 seafile-libclient-5.0.4_1
libpodofo.so.0.9.3 podofo-0.9.3_1

1
srcpkgs/podofo-devel Symbolic link
View file

@ -0,0 +1 @@
./podofo

23
srcpkgs/podofo/template Normal file
View file

@ -0,0 +1,23 @@
pkgname="podofo"
version="0.9.3"
revision=1
build_style=cmake
configure_args="-DPODOFO_BUILD_SHARED=1"
short_desc="Library to work with the PDF file format"
maintainer="Luca - <luca.andrea.fuse@gmx.com>"
license="GPL-2"
homepage="http://podofo.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
hostmakedepends="cmake"
makedepends="freetype-devel fontconfig-devel zlib-devel libpng-devel libjpeg-turbo-devel lua52-devel tiff-devel"
checksum="ec261e31e89dce45b1a31be61e9c6bb250532e631a02d68ec5bb849ef0a222d8"
podofo-devel_package() {
license="LGPL-2"
short_desc+=" - development files"
depends="podofo-${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
}
}