podofo: update to 0.9.3

This commit is contained in:
Francesco Marinucci 2014-12-10 21:10:33 +00:00
parent 485e160703
commit 067b359968

View File

@ -1,24 +1,22 @@
#
# Chakra Apps for Chakra, part of chakra-project.org
#
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
# maintainer abveritas@chakra-project.org
# contributor (x86_64): Giuseppe Cal <jiveaxe@gmail.com>
pkgname=podofo
pkgver=0.9.1
pkgver=0.9.3
pkgrel=1
pkgdesc="PoDoFo is a library to work with the PDF file format."
arch=('i686' 'x86_64')
arch=('x86_64')
url="http://podofo.sourceforge.net"
license=('GPL')
depends=( 'gcc-libs' 'fontconfig' 'libpng' 'libtiff' 'zlib')
makedepends=( 'cmake' )
optdepends=( 'cppunit' 'lua')
makedepends=('cmake')
optdepends=('cppunit' 'lua')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('cec586ab69f92bc88d38b5d4b8eee5a0')
md5sums=('268ca111826757ca7e3f5c4be3547e7a')
build() {
cd ${pkgname}-${pkgver}
@ -40,5 +38,5 @@ package() {
package() {
cd ${pkgname}-${pkgver}/build
make DESTDIR=$pkgdir install || return 1
make DESTDIR=$pkgdir install
}