wok rev 5847

Up: xfce4-ristretto (0.0.91 from GIT)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jul 16 15:41:58 2010 +0200 (2010-07-16)
parents ffd070cfbe0d
children 93d42efe85be
files xfce4-ristretto/receipt
line diff
     1.1 --- a/xfce4-ristretto/receipt	Fri Jul 16 15:40:32 2010 +0200
     1.2 +++ b/xfce4-ristretto/receipt	Fri Jul 16 15:41:58 2010 +0200
     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