vmtouch: update to 1.0.1

This commit is contained in:
Dominik Honnef 2015-10-24 21:51:57 +02:00
parent e48b3f327e
commit aed7c704a6
1 changed files with 10 additions and 7 deletions

View File

@ -1,20 +1,23 @@
# Template file for 'vmtouch' # Template file for 'vmtouch'
pkgname=vmtouch pkgname=vmtouch
version=0.8.0 version=1.0.1
wrksrc="${pkgname}-${pkgname}-${version}"
revision=1 revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
maintainer="Dominik Honnef <dominik@honnef.co>" maintainer="Dominik Honnef <dominik@honnef.co>"
license="BSD" license="BSD"
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-0.8.0.tar.gz" distfiles="https://github.com/hoytech/vmtouch/archive/vmtouch-${version}.tar.gz"
checksum=6848b9355451e8ab848501b5604f47a396bce1ef1dcb613577feaaaea1dfe262 checksum=2d535ad441f282c2f821a29bca3c4c10e7f24ed933ecade09feb8fac6d36ef93
do_build() { do_build() {
$CC $CFLAGS -o vmtouch vmtouch.c $LDFLAGS make ${makejobs} build
} }
do_install() { do_install() {
vbin vmtouch make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share install
vman vmtouch.8 # for xlint: vlicense
vmkdir usr/share/licenses/vmtouch
sed -n '/^*/,/^*/p' vmtouch.c > ${DESTDIR}/usr/share/licenses/vmtouch/LICENSE
} }