# SliTaz package receipt. PACKAGE="vmtouch" VERSION="1.3.1" CATEGORY="utilities" SHORT_DESC="The Virtual Memory Toucher." MAINTAINER="paul@slitaz.org" LICENSE="BSD" WEB_SITE="https://hoytech.com/vmtouch/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/hoytech/$PACKAGE/archive/v$VERSION.tar.gz" current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $src/$PACKAGE $fs/usr/bin }