aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ding-libs/APKBUILD
blob: 0280c7f7a99dc6b81cea7126dbd9d259f033557a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Contributor: Vince Mele <vmele@inoc.com>
# Maintainer: Vince Mele <vmele@inoc.com>
pkgname=ding-libs
pkgver=0.6.1
pkgrel=0
pkgdesc="'D is not GLib' utility libraries"
url="https://pagure.io/SSSD/ding-libs/"
arch="all"
license="GPL3 LGPL3"
depends=""
makedepends="icu-dev gettext-dev doxygen"
install=""
subpackages=""
source="https://releases.pagure.org/SSSD/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	./configure --prefix=/usr --disable-static
	make all
}

check() {
	cd "$builddir"
#	make check
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir/" install

	rm -rf $pkgdir/usr/share
}

sha512sums="335a0925bfa7cc113e86c91ad3f2c8aac12711879d5c9b62660140a4b749335a74024c987fcd2304dd78176362997b3e0ebd745193aaffab7a368e2873118628  ding-libs-0.6.1.tar.gz"