wok-next annotate diffutils/receipt @ rev 20532

moc, mypaint: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 26 13:35:23 2018 +0200 (2018-03-26)
parents 7387df590f12
children d5aab818505e
rev   line source
al@19743 1 # SliTaz package receipt v2.
pascal@2083 2
pascal@2083 3 PACKAGE="diffutils"
al@20436 4 VERSION="3.6"
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@19561 16 ./configure $CONFIGURE_ARGS && make && make install
pascal@2083 17 }
pascal@2083 18
al@20436 19 genpkg_rules() {
al@19743 20 copy @std
al@20436 21 TAGS="LFS"
pascal@2083 22 }