vmtouch: update to 1.3.0.
This commit is contained in:
parent
e7f08808d7
commit
4352abdc70
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vmtouch'
|
# Template file for 'vmtouch'
|
||||||
pkgname=vmtouch
|
pkgname=vmtouch
|
||||||
version=1.2.0
|
version=1.3.0
|
||||||
revision=1
|
revision=1
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -8,10 +8,10 @@ hostmakedepends="perl"
|
||||||
homepage="http://hoytech.com/vmtouch/"
|
homepage="http://hoytech.com/vmtouch/"
|
||||||
short_desc="The Virtual Memory Toucher"
|
short_desc="The Virtual Memory Toucher"
|
||||||
distfiles="https://github.com/hoytech/vmtouch/archive/v${version}.tar.gz"
|
distfiles="https://github.com/hoytech/vmtouch/archive/v${version}.tar.gz"
|
||||||
checksum=154034dec5ef550dcb7ff5a359ee1b7a9421f586f47237e3bc2617efa148b5fd
|
checksum=4615980b8f824c8eb164e50ec0880bcb71591f4e3989a6075e5a3e2efd122ceb
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man8 install
|
make PREFIX=${DESTDIR}/usr install
|
||||||
# for xlint: vlicense
|
# for xlint: vlicense
|
||||||
vmkdir usr/share/licenses/vmtouch
|
vmkdir usr/share/licenses/vmtouch
|
||||||
sed -n '/^*/,/^*/p' vmtouch.c > ${DESTDIR}/usr/share/licenses/vmtouch/LICENSE
|
sed -n '/^*/,/^*/p' vmtouch.c > ${DESTDIR}/usr/share/licenses/vmtouch/LICENSE
|
||||||
|
|
Loading…
Reference in a new issue