wok-next diff cpio/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line diff
     1.1 --- a/cpio/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/cpio/receipt	Tue Sep 01 10:31:46 2020 +0000
     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  }