Skip to content
Snippets Groups Projects
Verified Commit 7046481c authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/man-db: add test suite and disable it

woe, thy name is iconv
parent 0883a17f
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ license="GPL-2+"
depends="groff less"
makedepends="db-dev gettext-dev libpipeline-dev zlib-dev"
subpackages="$pkgname-lang $pkgname-doc"
options="!check" # requires //IGNORE in iconv
source="http://download.savannah.nongnu.org/releases/man-db/man-db-$pkgver.tar.xz
man-db.trigger"
triggers="man-db.trigger=/usr/share/man"
......@@ -30,6 +31,11 @@ build() {
make
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment