wok-next annotate minised/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@15718 2
pascal@15718 3 PACKAGE="minised"
pascal@15718 4 VERSION="1.14"
pascal@15718 5 CATEGORY="base-system"
al@21020 6 SHORT_DESC="A smaller, cheaper, faster SED implementation"
pascal@15718 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15718 8 LICENSE="BSD"
al@21041 9 WEB_SITE="http://exactcode.com/opensource/minised/"
al@21020 10
pascal@15718 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15718 12 WGET_URL="http://dl.exactcode.de/oss/$PACKAGE/$TARBALL"
pascal@15718 13
al@21020 14 compile_rules() {
pascal@15718 15 make &&
al@21020 16 make DESTDIR=$install install
pascal@15718 17 }
pascal@15718 18
al@21020 19 genpkg_rules() {
al@21020 20 copy @std
pascal@15718 21 }