wok diff xfce4-ristretto/receipt @ rev 8864

Add: perl-texi2html 1.82
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 05:01:22 2011 +0100 (2011-02-26)
parents 413b0174114a
children 91b1096c3854
line diff
     1.1 --- a/xfce4-ristretto/receipt	Sun Feb 28 18:16:33 2010 +0100
     1.2 +++ b/xfce4-ristretto/receipt	Sat Feb 26 05:01:22 2011 +0100
     1.3 @@ -1,26 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfce4-ristretto"
     1.7 -VERSION="0.0.22"
     1.8 +VERSION="0.0.91"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Picture-viewer for Xfce "
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS="libxfce4util libxfcegui4 libexif dbus-glib thunar gamin"
    1.13 -BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libexif-dev dbus-glib-dev thunar-dev"
    1.14 +BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libexif-dev dbus-glib-dev thunar-dev xfce4-dev-tools"
    1.15  SOURCE="ristretto"
    1.16 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18  WEB_SITE="http://goodies.xfce.org/projects/applications/ristretto"
    1.19 -WGET_URL="http://goodies.xfce.org/releases/ristretto/$TARBALL"
    1.20 +WGET_URL="http://git.xfce.org/apps/ristretto/snapshot/$TARBALL"
    1.21 +#WGET_URL="http://goodies.xfce.org/releases/ristretto/$TARBALL"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26  	cd $src
    1.27 -	./configure \
    1.28 -		--prefix=/usr \
    1.29 -		--infodir=/usr/share/info \
    1.30 -		--mandir=/usr/share/man \
    1.31 -		$CONFIGURE_ARGS &&
    1.32 +	
    1.33 +	./autogen.sh --prefix=/usr
    1.34  	make && make DESTDIR=$PWD/_pkg install
    1.35  }
    1.36