wok-next annotate diffutils/receipt @ rev 19948

Up ghostscript (9.22) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 12:07:55 2017 +0200 (2017-10-16)
parents c963361d3d54
children 90a5eb560fd6
rev   line source
al@19743 1 # SliTaz package receipt v2.
pascal@2083 2
pascal@2083 3 PACKAGE="diffutils"
al@19561 4 VERSION="3.5"
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@19561 10
devl547@17654 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@2083 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pascal@2083 13
pascal@2083 14 # Rules to configure and make the package.
pascal@2083 15 compile_rules()
pascal@2083 16 {
al@19561 17 ./configure $CONFIGURE_ARGS && make && make install
pascal@2083 18 }
pascal@2083 19
pascal@2083 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2083 21 genpkg_rules()
pascal@2083 22 {
al@19743 23 copy @std
pascal@2083 24 }