vmtouch: update to 1.0.2.
This commit is contained in:
parent
26d43c8aa1
commit
5d52ff09ef
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vmtouch'
|
# Template file for 'vmtouch'
|
||||||
pkgname=vmtouch
|
pkgname=vmtouch
|
||||||
version=1.0.1
|
version=1.0.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -9,10 +9,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/vmtouch-${version}.tar.gz"
|
distfiles="https://github.com/hoytech/vmtouch/archive/vmtouch-${version}.tar.gz"
|
||||||
checksum=2d535ad441f282c2f821a29bca3c4c10e7f24ed933ecade09feb8fac6d36ef93
|
checksum=48d41e5b805a0fcac46c12feeb4650e4b9def44b75d528d7c66c2f8b3a747c39
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} build
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue