wok-next view vmtouch/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d6c95474e8a1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="vmtouch"
4 VERSION="1.1.0"
5 CATEGORY="utilities"
6 SHORT_DESC="The Virtual Memory Toucher"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://hoytech.com/vmtouch/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="git|git://github.com/hoytech/vmtouch"
13 BUILD_DEPENDS="git bzip2"
15 compile_rules() {
16 gcc -Wall -O2 -o vmtouch vmtouch.c &&
17 mkdir -p $install/usr/bin &&
18 cp -a $PACKAGE $install/usr/bin
19 }
21 genpkg_rules() {
22 cp -a $install/usr $fs/
23 }