wok diff texinfo/receipt @ rev 9880

xfmpc: Fix BD
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue May 17 00:45:18 2011 +0200 (2011-05-17)
parents 866fa2493b1b
children 142d9ddd55e4
line diff
     1.1 --- a/texinfo/receipt	Wed Feb 24 12:13:18 2010 +0000
     1.2 +++ b/texinfo/receipt	Tue May 17 00:45:18 2011 +0200
     1.3 @@ -5,8 +5,8 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="GNU documentation tools."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="glibc-base ncurses"
     1.8 -BUILD_DEPENDS="slitaz-toolchain ncurses"
     1.9 +DEPENDS="ncurses"
    1.10 +BUILD_DEPENDS="ncurses"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://www.gnu.org/software/texinfo/"
    1.13  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.14 @@ -15,13 +15,8 @@
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 -	mv $PACKAGE-4.13 $PACKAGE-$VERSION
    1.19 -	
    1.20  	cd $src
    1.21 -    ./configure --prefix=/usr \
    1.22 -		$CONFIGURE_ARGS  &&
    1.23 -    make &&
    1.24 -    make DESTDIR=$src/_pkg install
    1.25 +	./configure && make && make install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.