wok rev 9324

Up: yad (0.9.1)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 18 13:07:33 2011 +0100 (2011-03-18)
parents 4eeccb502cbc
children e4f3d16ee709
files yad/receipt
line diff
     1.1 --- a/yad/receipt	Fri Mar 18 13:06:34 2011 +0100
     1.2 +++ b/yad/receipt	Fri Mar 18 13:07:33 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="yad"
     1.7 -VERSION="0.7.2"
     1.8 +VERSION="0.9.1"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Display graphical dialogs from shell scripts or command line"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -14,10 +14,9 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 -	make &&
    1.19 -	make DESTDIR=$PWD/_pkg install
    1.20 +	./configure \
    1.21 +		--enable-icon-browser &&
    1.22 +	make && make install
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.