wok view vmtouch/receipt @ rev 20005
Up: PeaZip v6.0.0 to v6.4.1 :: Some dependencies satisfied.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Tue Aug 01 12:26:53 2017 -0300 (2017-08-01) |
parents | 61a8957ac604 |
children | 7b00cceb3650 |
line source
1 # SliTaz package receipt.
3 PACKAGE="vmtouch"
4 VERSION="1.3.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 #DEPENDS=""
14 BUILD_DEPENDS="git bzip2"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/$PACKAGE $fs/usr/bin
27 }