wok rev 21116

Up reiserfsprogs (3.6.27)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 19 19:34:17 2019 +0100 (2019-03-19)
parents 826a813de9f7
children 023de3f0d078
files reiserfsprogs/receipt
line diff
     1.1 --- a/reiserfsprogs/receipt	Tue Mar 19 18:51:13 2019 +0100
     1.2 +++ b/reiserfsprogs/receipt	Tue Mar 19 19:34:17 2019 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="reiserfsprogs"
     1.7 -VERSION="3.6.24"
     1.8 +VERSION="3.6.27"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="ReiserFS tools"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://www.sfr-fresh.com/linux/misc/"
    1.15 -WGET_URL="http://www.sfr-fresh.com/linux/misc/$TARBALL"
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 +WEB_SITE="https://fossies.org/linux/misc/"
    1.18 +WGET_URL="http://cdn.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v$VERSION/$TARBALL"
    1.19  TAGS="filesystem reiserfs"
    1.20  
    1.21  DEPENDS="linux-reiserfs util-linux-uuid"
    1.22 @@ -16,7 +16,6 @@
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27  	./configure --prefix=/usr --sbindir=/sbin \
    1.28  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.29  	make &&
    1.30 @@ -29,4 +28,3 @@
    1.31  	mkdir -p $fs
    1.32  	cp -a $install/sbin $fs/
    1.33  }
    1.34 -