# HG changeset patch # User Antoine Bodin # Date 1296084050 -3600 # Node ID 49237253b92792465272a44a59d5f4fba82f8670 # Parent 56f227054f3981f1d691bd4507011dc772112dab imported patch toolchain/texinfo.patch diff -r 56f227054f39 -r 49237253b927 texinfo/receipt --- a/texinfo/receipt Thu Jan 27 00:20:50 2011 +0100 +++ b/texinfo/receipt Thu Jan 27 00:20:50 2011 +0100 @@ -5,8 +5,8 @@ CATEGORY="development" SHORT_DESC="GNU documentation tools." MAINTAINER="rcx@zoominternet.net" -DEPENDS="glibc-base ncurses" -BUILD_DEPENDS="slitaz-toolchain ncurses" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/texinfo/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -15,13 +15,8 @@ # Rules to configure and make the package. compile_rules() { - mv $PACKAGE-4.13 $PACKAGE-$VERSION - cd $src - ./configure --prefix=/usr \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$src/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.