wok-6.x annotate vmtouch/receipt @ rev 22825
Up rage (0.3.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 07 12:27:53 2020 +0100 (2020-02-07) |
parents | 1c1ff70768b7 |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
paul@19231 | 1 # SliTaz package receipt. |
paul@19231 | 2 |
paul@19231 | 3 PACKAGE="vmtouch" |
Hans-G?nter@22113 | 4 VERSION="1.3.1" |
paul@19231 | 5 CATEGORY="utilities" |
paul@19231 | 6 SHORT_DESC="The Virtual Memory Toucher." |
paul@19231 | 7 MAINTAINER="paul@slitaz.org" |
paul@19231 | 8 LICENSE="BSD" |
paul@19231 | 9 WEB_SITE="https://hoytech.com/vmtouch/" |
paul@19231 | 10 |
Hans-G?nter@22113 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@22113 | 12 WGET_URL="https://github.com/hoytech/$PACKAGE/archive/v$VERSION.tar.gz" |
paul@19231 | 13 |
paul@19231 | 14 # Rules to configure and make the package. |
paul@19231 | 15 compile_rules() |
paul@19231 | 16 { |
paul@19947 | 17 make |
paul@19231 | 18 } |
paul@19231 | 19 |
paul@19231 | 20 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@19231 | 21 genpkg_rules() |
paul@19231 | 22 { |
paul@19947 | 23 mkdir -p $fs/usr/bin |
paul@19947 | 24 cp -a $src/$PACKAGE $fs/usr/bin |
paul@19231 | 25 } |