wok-next view vmtouch/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }