wok-next rev 8212
imported patch toolchain/texinfo.patch
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 27 00:20:50 2011 +0100 (2011-01-27) |
parents | 56f227054f39 |
children | 81728dc610ff |
files | texinfo/receipt |
line diff
1.1 --- a/texinfo/receipt Thu Jan 27 00:20:50 2011 +0100 1.2 +++ b/texinfo/receipt Thu Jan 27 00:20:50 2011 +0100 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.