wok diff gtk+/receipt @ rev 1861

Add: tcl6.5*, tk8.5*.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Dec 16 00:20:30 2008 +0100 (2008-12-16)
parents ad2f489ebbbc
children 011647445dd9
line diff
     1.1 --- a/gtk+/receipt	Fri Jun 06 11:41:04 2008 +0200
     1.2 +++ b/gtk+/receipt	Tue Dec 16 00:20:30 2008 +0100
     1.3 @@ -12,6 +12,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.gtk.org/"
     1.6  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.12/$TARBALL"
     1.7 +CONFIG_FILES="/etc/gtk-2.0"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11 @@ -22,8 +23,8 @@
    1.12      	--sysconfdir=/etc \
    1.13      	--mandir=/usr/share/man \
    1.14      	--with-html-dir=/usr/share/doc \
    1.15 -    	$CONFIGURE_ARGS
    1.16 -    make
    1.17 +    	$CONFIGURE_ARGS &&
    1.18 +    make &&
    1.19      make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21