mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/exempi: new aport
This commit is contained in:
parent
cf83316ced
commit
ef640502ff
44
testing/exempi/APKBUILD
Normal file
44
testing/exempi/APKBUILD
Normal file
@ -0,0 +1,44 @@
|
||||
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
|
||||
# Maintainer:
|
||||
pkgname=exempi
|
||||
pkgver=2.5.0
|
||||
pkgrel=0
|
||||
pkgdesc="A library to parse XMP metadata"
|
||||
url="https://libopenraw.freedesktop.org/wiki/Exempi/"
|
||||
arch="all"
|
||||
license="BSD"
|
||||
depends=""
|
||||
makedepends="expat-dev zlib-dev boost-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
|
||||
source="https://libopenraw.freedesktop.org/download/exempi-$pkgver.tar.bz2"
|
||||
builddir="$srcdir/exempi-$pkgver"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
update_config_sub
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="1d042ffe3c3daadf937c4938e7892d52c4835275065e159f7991ddc9f533424fb6cd7d607600c3381440020db9dfa06af5ae15168d7a8012358fa5c8ac453bba exempi-2.5.0.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user