mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
main/slibtool: add check
This commit is contained in:
parent
5e1295d040
commit
93d882a66c
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=slibtool
|
pkgname=slibtool
|
||||||
pkgver=0.5.17
|
pkgver=0.5.17
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="a surrogate libtool implementation, written in C"
|
pkgdesc="a surrogate libtool implementation, written in C"
|
||||||
url=" http://git.midipix.org/cgit.cgi/slibtool"
|
url=" http://git.midipix.org/cgit.cgi/slibtool"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -25,6 +25,11 @@ build() {
|
|||||||
make || return 1
|
make || return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "$builddir"
|
||||||
|
./bin/slibtool --version
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install || return 1
|
make DESTDIR="$pkgdir" install || return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user