mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +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>
|
||||
pkgname=slibtool
|
||||
pkgver=0.5.17
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="a surrogate libtool implementation, written in C"
|
||||
url=" http://git.midipix.org/cgit.cgi/slibtool"
|
||||
arch="all"
|
||||
@ -25,6 +25,11 @@ build() {
|
||||
make || return 1
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
./bin/slibtool --version
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
|
Loading…
Reference in New Issue
Block a user