wok rev 20807

updated cpio (2.11 -> 2.12)
author Hans-G?nter Theisgen
date Sun Feb 17 16:53:44 2019 +0100 (2019-02-17)
parents 95bd53a02010
children 54f857962813
files cpio/receipt
line diff
     1.1 --- a/cpio/receipt	Sun Feb 17 16:25:02 2019 +0100
     1.2 +++ b/cpio/receipt	Sun Feb 17 16:53:44 2019 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cpio"
     1.7 -VERSION="2.11"
     1.8 +VERSION="2.12"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="GNU cpio archiver."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 +WEB_SITE="http://www.gnu.org/software/cpio/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.gnu.org/software/cpio/"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19  DEPENDS="glibc-base"
    1.20 @@ -16,7 +17,6 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	./configure --prefix=/usr \
    1.26  		--bindir=/bin \
    1.27  		--libexecdir=/usr/bin \
    1.28 @@ -30,7 +30,8 @@
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	mkdir -p $fs/usr/share/locale
    1.33 +#	mkdir -p $fs/usr/share/locale
    1.34 +	mkdir -p $fs/usr/bin
    1.35  	cp -a $install/bin $fs
    1.36  	cp -a $install/usr/bin $fs/usr
    1.37  }