wok-next annotate tar/receipt @ rev 21013

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 14 05:29:23 2018 +0300 (2018-10-14)
parents 90a5eb560fd6
children d5aab818505e
rev   line source
al@19745 1 # SliTaz package receipt v2.
pankso@455 2
pankso@455 3 PACKAGE="tar"
al@20861 4 VERSION="1.30"
pankso@455 5 CATEGORY="utilities"
al@19745 6 SHORT_DESC="GNU tar archiving tools"
pankso@455 7 MAINTAINER="pankso@slitaz.org"
pascal@15590 8 LICENSE="GPL3"
al@19568 9 WEB_SITE="https://www.gnu.org/software/tar/"
al@20436 10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/tar.html"
pankso@455 11
al@20861 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19568 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
al@19568 14
al@19568 15 BUILD_DEPENDS="acl-dev gettext texinfo"
al@19568 16
al@20436 17 compile_rules() {
al@19568 18 FORCE_UNSAFE_CONFIGURE=1 \
pankso@455 19 ./configure \
al@19568 20 --bindir=/bin \
al@19568 21 $CONFIGURE_ARGS &&
al@20861 22 make &&
al@20861 23 make install &&
al@20861 24 make -C doc install-html
pankso@455 25 }
pankso@455 26
al@20436 27 genpkg_rules() {
al@19745 28 copy @std
al@20861 29 DEPENDS="acl"
al@20436 30 TAGS="LFS archive compression"
pankso@455 31 }