community/podofo: moved from testing

This commit is contained in:
Francesco Colista 2016-08-24 16:02:37 +00:00
parent 07f036da43
commit 78d6fa519a

View File

@ -8,15 +8,14 @@ url="http://podofo.sourceforge.net"
arch="all"
license="GPL"
depends=
depends_dev=""
makedepends="$depends_dev tiff-dev libpng-dev
fontconfig-dev cmake lua-dev openssl-dev libidn-dev"
makedepends="tiff-dev libpng-dev fontconfig-dev
cmake lua-dev openssl-dev libidn-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$_builddir"
cd "$builddir"
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
@ -27,7 +26,7 @@ build() {
make || return 1
}
package() {
cd "$_builddir"/build
cd "$builddir"/build
make DESTDIR="$pkgdir" install || return 1
}