wok-next diff reiser4progs/receipt @ rev 20575

More fix libtool; combine libdbusmenu-gtk*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 01:31:03 2018 +0300 (2018-04-14)
parents e3681453b45c
children d5aab818505e
line diff
     1.1 --- a/reiser4progs/receipt	Thu Jun 08 10:44:48 2017 +0200
     1.2 +++ b/reiser4progs/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.3 @@ -1,26 +1,23 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="reiser4progs"
     1.7 -VERSION="1.0.7"
     1.8 +VERSION="1.1.0"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Utilities for manipulating reiser4 file-system."
    1.11 +SHORT_DESC="Utilities for manipulating reiser4 file-system"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://www.kernel.org/"
    1.16 -WGET_URL="http://piotrkosoft.net/pub/unix/linux/utils/fs/reiser4/$PACKAGE/$TARBALL"
    1.17 -TAGS="filesystem reiserfs"
    1.18 +WEB_SITE="https://sourceforge.net/projects/reiser4/"
    1.19  
    1.20 -BUILD_DEPENDS="libaal libaal-dev util-linux-uuid-dev ncurses-dev readline-dev"
    1.21 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.22 +WGET_URL="$SF_MIRROR/reiser4/$TARBALL"
    1.23 +
    1.24 +BUILD_DEPENDS="util-linux-uuid-dev readline-dev libaal-dev"
    1.25  SPLIT="reiser4progs-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.31 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.32 -	make $MAKEFLAGS &&
    1.33 -	make DESTDIR=$DESTDIR install
    1.34 +	./configure $CONFIGURE_ARGS && make && make install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 @@ -29,11 +26,12 @@
    1.39  	case $PACKAGE in
    1.40  		reiser4progs)
    1.41  			copy @std
    1.42 -			DEPENDS="libaal util-linux-uuid ncurses readline"
    1.43 +			DEPENDS="libaal ncurses readline util-linux-uuid"
    1.44 +			TAGS="filesystem reiserfs"
    1.45  			;;
    1.46 -		reiser4progs-dev)
    1.47 +		*-dev)
    1.48  			copy @dev
    1.49 -			DEPENDS="libaal-dev"
    1.50 +			DEPENDS="reiser4progs libaal-dev"
    1.51  			;;
    1.52  	esac
    1.53  }