wok-next diff reiserfsprogs/receipt @ rev 20889

Check Repology info from y* to z* packages: complete
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 15 10:27:39 2018 +0300 (2018-07-15)
parents 0e8dadf052b9
children f48456621a9d
line diff
     1.1 --- a/reiserfsprogs/receipt	Thu Jul 27 00:56:44 2017 +0300
     1.2 +++ b/reiserfsprogs/receipt	Sun Jul 15 10:27:39 2018 +0300
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="erjo@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="http://www.sfr-fresh.com/linux/misc/"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/reiserfs.html"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10  WGET_URL="https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v$VERSION/$TARBALL"
    1.11 @@ -14,21 +15,16 @@
    1.12  BUILD_DEPENDS="util-linux-uuid-dev libcomerr-dev acl-dev"
    1.13  SPLIT="reiserfsprogs-dev"
    1.14  
    1.15 -# Rules to configure and make the package.
    1.16 -compile_rules()
    1.17 -{
    1.18 -	# http://www.linuxfromscratch.org/blfs/view/stable/postlfs/reiserfs.html
    1.19 -
    1.20 +compile_rules(){
    1.21  	./configure \
    1.22  		--sbindir=/sbin \
    1.23  		$CONFIGURE_ARGS &&
    1.24 +	fix libtool &&
    1.25  	make &&
    1.26  	make install
    1.27  }
    1.28  
    1.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 -genpkg_rules()
    1.31 -{
    1.32 +genpkg_rules() {
    1.33  	case $PACKAGE in
    1.34  		reiserfsprogs)
    1.35  			copy @std