mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
util-linux: add tests.
This commit is contained in:
parent
cfe2a128b2
commit
551be447d0
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,7 @@ revision=2
|
|||
short_desc="Miscellaneous linux utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://www.kernel.org/pub/linux/utils/util-linux/"
|
||||
checkdepends="ncurses" # Some tests require terminfo-entries
|
||||
license="GPL-2"
|
||||
distfiles="${KERNEL_SITE}/utils/${pkgname}/v${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=f9be7cdcf4fc5c5064a226599acdda6bdf3d86c640152ba01ea642d91108dc8a
|
||||
|
@ -44,6 +45,9 @@ do_configure() {
|
|||
do_build() {
|
||||
make ${makejobs}
|
||||
}
|
||||
do_check() {
|
||||
make -k check
|
||||
}
|
||||
do_install() {
|
||||
make usrsbin_execdir=/usr/bin DESTDIR=${DESTDIR} install
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue