diff --git a/srcpkgs/vmtouch/template b/srcpkgs/vmtouch/template index 952e396a48..4799b70b54 100644 --- a/srcpkgs/vmtouch/template +++ b/srcpkgs/vmtouch/template @@ -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 " 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