wok-next rev 21566

updated cpio (2.12 -> 2.13)
author Hans-G?nter Theisgen
date Mon Jun 22 16:02:42 2020 +0100 (2020-06-22)
parents 303e20b105cd
children 408bf3cc43de
files cpio/receipt
line diff
     1.1 --- a/cpio/receipt	Mon Jun 22 15:58:01 2020 +0100
     1.2 +++ b/cpio/receipt	Mon Jun 22 16:02:42 2020 +0100
     1.3 @@ -1,10 +1,10 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="cpio"
     1.7 -VERSION="2.12"
     1.8 +VERSION="2.13"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="GNU cpio archiver"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="https://www.gnu.org/software/cpio/"
    1.15  LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/cpio.html"
    1.16 @@ -12,13 +12,14 @@
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20 -BUILD_DEPENDS="tar gettext-dev texinfo"
    1.21 +BUILD_DEPENDS="gettext-dev tar texinfo"
    1.22  
    1.23 -compile_rules() {
    1.24 -	./configure \
    1.25 -		--bindir=/bin \
    1.26 -		--enable-mt \
    1.27 -		--with-rmt=$install/usr/libexec/rmt \
    1.28 +compile_rules()
    1.29 +{
    1.30 +	./configure					\
    1.31 +		--bindir=/bin				\
    1.32 +		--enable-mt				\
    1.33 +		--with-rmt=$install/usr/libexec/rmt	\
    1.34  		$CONFIGURE_ARGS &&
    1.35  	make &&
    1.36  	makeinfo --html            -o doc/html      doc/cpio.texi &&
    1.37 @@ -33,7 +34,8 @@
    1.38  	install -v -m644    doc/cpio.txt  $docdir
    1.39  }
    1.40  
    1.41 -genpkg_rules() {
    1.42 +genpkg_rules()
    1.43 +{
    1.44  	copy @std
    1.45  	DEPENDS="glibc-base"
    1.46  }