wok annotate vmtouch/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
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 }