vmtouch: update to 1.1.0
This commit is contained in:
parent
4fe48ef66b
commit
5bf76d09ff
|
@ -1,19 +1,14 @@
|
|||
# Template file for 'vmtouch'
|
||||
pkgname=vmtouch
|
||||
version=1.0.2
|
||||
version=1.1.0
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||
license="BSD"
|
||||
hostmakedepends="perl"
|
||||
homepage="http://hoytech.com/vmtouch/"
|
||||
short_desc="The Virtual Memory Toucher"
|
||||
distfiles="https://github.com/hoytech/vmtouch/archive/vmtouch-${version}.tar.gz"
|
||||
checksum=48d41e5b805a0fcac46c12feeb4650e4b9def44b75d528d7c66c2f8b3a747c39
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
}
|
||||
distfiles="https://github.com/hoytech/vmtouch/archive/v${version}.tar.gz"
|
||||
checksum=1ba2a12aabed977894ce3a272b2fa8ed6ddfec7a720d7686e074f9e756104796
|
||||
|
||||
do_install() {
|
||||
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man8 install
|
||||
|
|
Loading…
Reference in New Issue