aboutsummaryrefslogtreecommitdiffstats
path: root/testing/slibtool/APKBUILD
blob: e91f3161ec47c91f8ca53a8fa95f58087eec3634 (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=slibtool
pkgver=0.5.5
pkgrel=0
pkgdesc="a surrogate libtool implementation, written in C"
url=" http://git.midipix.org/cgit.cgi/slibtool"
arch="all"
license="MIT"
depends=""
depends_dev=""
makedepends=""
install=""
subpackages=""
source="http://midipix.org/dl/slibtool/slibtool-$pkgver.tar.xz"

builddir="$srcdir"/slibtool-$pkgver
build() {
	cd "$builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--mandir=/usr/share/man \
		|| return 1
	make || return 1
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="c4415e193c0e8734972fe7593d324865  slibtool-0.5.5.tar.xz"
sha256sums="5b43ab54c7d40ec72225e3bacaf03098f77e92d79aa6ef3840b51cfab6be7c8e  slibtool-0.5.5.tar.xz"
sha512sums="564ae4873867118e2c38abf2c2873991c0e58d55d3cf7258abdb485bb24cbb461262c3e6bf06d309b51041cd32198178b3ef67338ef89fd3b7a21cb164fac82b  slibtool-0.5.5.tar.xz"