wok-next annotate diffutils/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 548cc9f6f82b
children
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
Hans-G?nter@21161 15 BUILD_DEPENDS="gettext-dev"
Hans-G?nter@21160 16 SPLIT="$PACKAGE-lang"
Hans-G?nter@21160 17
al@21162 18 TAGS_std="LFS"
al@21162 19
al@20436 20 compile_rules() {
al@21020 21 ./configure $CONFIGURE_ARGS &&
al@21020 22 make &&
al@21020 23 make install
pascal@2083 24 }