wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="diffutils"
4 VERSION="3.7"
5 CATEGORY="development"
6 SHORT_DESC="Show differences between two files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/diffutils/"
10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/diffutils.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="gettext-dev"
16 SPLIT="$PACKAGE-lang"
18 TAGS_std="LFS"
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }