mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/fts: add test suite, fix license
This commit is contained in:
parent
f6734a77d3
commit
8f8b9835d9
@ -2,11 +2,11 @@
|
||||
# Maintainer: William Pitcock <nenolod@dereferenced.org>
|
||||
pkgname=fts
|
||||
pkgver=1.2.7
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Provides the fts(3) functions, which are missing in musl libc"
|
||||
url="https://github.com/pullmoll/musl-fts/"
|
||||
arch="all"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
makedepends="automake autoconf libtool"
|
||||
subpackages="$pkgname-dev"
|
||||
source="https://github.com/pullmoll/musl-fts/archive/v$pkgver.zip"
|
||||
@ -30,6 +30,11 @@ build() {
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
Loading…
Reference in New Issue
Block a user