wok-next view diffutils/receipt @ rev 21118

keyutils, ecryptfs-utils, ecryptfs-simple
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 00:47:19 2019 +0200 (2019-01-14)
parents 90a5eb560fd6
children 8de4e66692f0
line source
1 # SliTaz package receipt v2.
3 PACKAGE="diffutils"
4 VERSION="3.6"
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 compile_rules() {
16 ./configure $CONFIGURE_ARGS &&
17 make &&
18 make install
19 }
21 genpkg_rules() {
22 copy @std
23 TAGS="LFS"
24 }