mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
community/podofo: moved from testing
This commit is contained in:
parent
07f036da43
commit
78d6fa519a
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user