wok-next view tar/receipt @ rev 20894

acl: up (2.2.53); add argon2; asunder: up (2.9.3); atk: up (2.28.1); attr: up (2.4.48); aufs-utils: up (20180705), still broken; cacerts: remake receipt; consolekit2: up (1.2.1); cryptsetup: up (2.0.3)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 20 15:11:17 2018 +0300 (2018-07-20)
parents 90a5eb560fd6
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tar"
4 VERSION="1.30"
5 CATEGORY="utilities"
6 SHORT_DESC="GNU tar archiving tools"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/tar/"
10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/tar.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="acl-dev gettext texinfo"
17 compile_rules() {
18 FORCE_UNSAFE_CONFIGURE=1 \
19 ./configure \
20 --bindir=/bin \
21 $CONFIGURE_ARGS &&
22 make &&
23 make install &&
24 make -C doc install-html
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="acl"
30 TAGS="LFS archive compression"
31 }