diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-10 08:24:41 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-10 08:24:41 +0000 |
commit | a9a474b96db869e5cc8cc0b249197b0d04dd27fd (patch) | |
tree | 78febe39012857c7ce3ba2cfbb58a3c8294be93b /unmaintained | |
parent | 59cb0beb8bd1452bf8797f1060f3d6caaee62b48 (diff) | |
download | aports-a9a474b96db869e5cc8cc0b249197b0d04dd27fd.tar.bz2 aports-a9a474b96db869e5cc8cc0b249197b0d04dd27fd.tar.xz |
testing/podofo: moved from unmaintained, upgraded to 0.9.3
Diffstat (limited to 'unmaintained')
-rw-r--r-- | unmaintained/podofo/APKBUILD | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/unmaintained/podofo/APKBUILD b/unmaintained/podofo/APKBUILD deleted file mode 100644 index 2e1abf2fe5..0000000000 --- a/unmaintained/podofo/APKBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Contributor: Francesco Colista <francesco.colista@gmail.com> -# Maintainer: -pkgname=podofo -pkgver=0.9.1 -pkgrel=2 -pkgdesc="A C++ library to work with the PDF file format" -url="http://podofo.sourceforge.net" -arch="all" -license="GPL" -depends= -depends_dev="tiff-dev libpng-dev fontconfig-dev cmake" -makedepends="$depends_dev" -install="" -subpackages="$pkgname-dev" -source="http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" -_builddir="$srcdir"/$pkgname-$pkgver -build() { - cd "$_builddir" - mkdir build - cd build - cmake -DCMAKE_INSTALL_PREFIX=/usr .. \ - -DPODOFO_BUILD_SHARED=1 \ - -DPODOFO_HAVE_JPEG_LIB=1 \ - -DPODOFO_HAVE_PNG_LIB=1 \ - -DPODOFO_HAVE_TIFF_LIB=1 - make || return 1 -} -package() { - cd "$_builddir"/build - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="cec586ab69f92bc88d38b5d4b8eee5a0 podofo-0.9.1.tar.gz" |