mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
parent
8a34911882
commit
f27b689fff
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ do_build() {
|
||||||
fi
|
fi
|
||||||
make RANLIB=$RANLIB -f makefile.shared ${makejobs}
|
make RANLIB=$RANLIB -f makefile.shared ${makejobs}
|
||||||
}
|
}
|
||||||
|
do_check() {
|
||||||
|
make test
|
||||||
|
|
||||||
|
./test
|
||||||
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
make -f makefile.shared GROUP="$(whoami)" USER="$(whoami)" NODOCS=1 DESTDIR=${DESTDIR} PREFIX=/usr install
|
make -f makefile.shared GROUP="$(whoami)" USER="$(whoami)" NODOCS=1 DESTDIR=${DESTDIR} PREFIX=/usr install
|
||||||
vman ${sourcepkg}.3
|
vman ${sourcepkg}.3
|
||||||
|
|
Loading…
Add table
Reference in a new issue