wok-next view vmtouch/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
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 }