wok diff xfce4-ristretto/receipt @ rev 9846

Fixed apache-mod-wsgi for tazwok. Just need to cd $src before compiling.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 18:30:30 2011 +0000 (2011-05-15)
parents 5c10ad52be12
children 572ba6d43bbb
line diff
     1.1 --- a/xfce4-ristretto/receipt	Fri Jul 16 15:41:58 2010 +0200
     1.2 +++ b/xfce4-ristretto/receipt	Sun May 15 18:30:30 2011 +0000
     1.3 @@ -1,25 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfce4-ristretto"
     1.7 -VERSION="0.0.91"
     1.8 +VERSION="0.0.93"
     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 xfce4-dev-tools"
    1.14 +BUILD_DEPENDS="xfce4-dev-tools intltool"
    1.15  SOURCE="ristretto"
    1.16  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17  WEB_SITE="http://goodies.xfce.org/projects/applications/ristretto"
    1.18 -WGET_URL="http://git.xfce.org/apps/ristretto/snapshot/$TARBALL"
    1.19 -#WGET_URL="http://goodies.xfce.org/releases/ristretto/$TARBALL"
    1.20 +WGET_URL="http://archive.xfce.org/src/apps/$SOURCE/${VERSION%.*}/$TARBALL"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25  	cd $src
    1.26 -	
    1.27 -	./autogen.sh --prefix=/usr
    1.28 -	make && make DESTDIR=$PWD/_pkg install
    1.29 +	./configure && make && make install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 @@ -33,8 +30,7 @@
    1.34  	cp -a $_pkg/usr/share/icons/hicolor/16* $fs/usr/share/icons/hicolor
    1.35  	cp -a $_pkg/usr/share/icons/hicolor/22* $fs/usr/share/icons/hicolor
    1.36  	cp -a $_pkg/usr/share/icons/hicolor/32* $fs/usr/share/icons/hicolor
    1.37 -	
    1.38 -	cd $fs/usr/share/pixmaps ; ln -s ../icons/hicolor/32x32/apps/$PACKAGE.png ; cd -
    1.39 +	ln -s /usr/share/icons/hicolor/32x32/apps/$SOURCE.png $fs/usr/share/pixmaps/$SOURCE.png
    1.40  }
    1.41  
    1.42  post_install()