wok-next annotate diffutils/receipt @ rev 21159

updated diffutils (3.6 -> 3.7)
author Hans-G?nter Theisgen
date Wed Feb 20 08:46:59 2019 +0100 (2019-02-20)
parents d5aab818505e
children 9a59bb3bd12b
rev   line source
al@19743 1 # SliTaz package receipt v2.
pascal@2083 2
pascal@2083 3 PACKAGE="diffutils"
Hans-G?nter@21159 4 VERSION="3.7"
pascal@2083 5 CATEGORY="development"
al@19743 6 SHORT_DESC="Show differences between two files"
pascal@2083 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="GPL3"
al@19561 9 WEB_SITE="https://www.gnu.org/software/diffutils/"
al@20436 10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/diffutils.html"
al@19561 11
devl547@17654 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@2083 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pascal@2083 14
al@20436 15 compile_rules() {
al@21020 16 ./configure $CONFIGURE_ARGS &&
al@21020 17 make &&
al@21020 18 make install
pascal@2083 19 }
pascal@2083 20
al@20436 21 genpkg_rules() {
al@19743 22 copy @std
al@20436 23 TAGS="LFS"
pascal@2083 24 }