wok-next rev 21155

tar: add tar-lang subpackage
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 02 13:51:47 2019 +0200 (2019-02-02)
parents ea1ce0b9295f
children 33293021c26d
files tar/receipt
line diff
     1.1 --- a/tar/receipt	Fri Feb 01 15:39:07 2019 +0100
     1.2 +++ b/tar/receipt	Sat Feb 02 13:51:47 2019 +0200
     1.3 @@ -14,11 +14,13 @@
     1.4  TARBALL_SHA1="ad53ec4fa815177ab8dbcaa27a42557295142f94"
     1.5  
     1.6  BUILD_DEPENDS="acl-dev gettext-dev texinfo"
     1.7 -DEPENDS="acl"
     1.8 +SPLIT="$PACKAGE-lang"
     1.9  
    1.10 -TAGS="LFS archive compression"
    1.11 +DEPENDS_std="acl"
    1.12 +TAGS_std="LFS archive compression"
    1.13  
    1.14  compile_rules() {
    1.15 +	# keep "--bindir=/bin" to put "tar" to /bin/ istead of /usr/bin/
    1.16  	FORCE_UNSAFE_CONFIGURE=1 \
    1.17  	./configure \
    1.18  		--bindir=/bin \