wok diff tilda/receipt @ rev 9394

Up: slitaz-boot-scripts 4.1.1
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Mar 26 19:33:17 2011 +0100 (2011-03-26)
parents e5b54d4194ad
children 8422d231d35b
line diff
     1.1 --- a/tilda/receipt	Fri Dec 18 16:22:21 2009 +0000
     1.2 +++ b/tilda/receipt	Sat Mar 26 19:33:17 2011 +0100
     1.3 @@ -7,10 +7,7 @@
     1.4  SHORT_DESC="Linux terminal based on classic terminals from first person shooter games."
     1.5  WEB_SITE="http://tilda.sourceforge.net"
     1.6  DEPENDS="vte libconfuse libglade"
     1.7 -BUILD_DEPENDS="gawk vte vte-dev libglade-dev libconfuse pkg-config \
     1.8 -glib glib-dev gtk+-dev pango-dev cairo-dev freetype-dev fontconfig-dev \
     1.9 -libpng-dev atk-dev libgio-dev libxml2-dev xorg-libXrandr-dev \
    1.10 -xorg-xrandr xorg-randrproto"
    1.11 +BUILD_DEPENDS="flex"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz" 
    1.13  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 
    1.14  TAGS="terminal" 
    1.15 @@ -20,10 +17,7 @@
    1.16  compile_rules()
    1.17  {
    1.18  	cd $src
    1.19 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.20 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.21 -	make &&
    1.22 -	make DESTDIR=$PWD/_pkg install
    1.23 +	./configure && make && make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.