wok diff edbus/receipt @ rev 8869

Fix: libgtkimageview TARBALL/WGET_URL... If you had error './configure not found', you have to remove the corrupted tarball from SOURCES_REPOSITORY, named gtkimageview-1.6.4.taz.lzma
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 06:06:17 2011 +0100 (2011-02-26)
parents b68b4f934ba7
children bac62e02f000
line diff
     1.1 --- a/edbus/receipt	Tue Mar 02 18:31:54 2010 +0100
     1.2 +++ b/edbus/receipt	Sat Feb 26 06:06:17 2011 +0100
     1.3 @@ -1,28 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="edbus"
     1.7 -VERSION="0.5.0.063"
     1.8 +VERSION="1.0.0"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="E17 wrappers around dbus."
    1.11 +SHORT_DESC="Enlightenment's (Ecore) integration to DBus"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 -DEPENDS="dbus ecore glibc-base libtasn1"
    1.14 -BUILD_DEPENDS="dbus-dev ecore-dev ecore"
    1.15 +DEPENDS="dbus ecore"
    1.16 +BUILD_DEPENDS=""
    1.17  SOURCE="e_dbus"
    1.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.19  WEB_SITE="http://www.enlightenment.org/"
    1.20 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL"
    1.21 +WGET_URL="http://download.enlightenment.org/releases/$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 -	make &&
    1.33 -	make DESTDIR=$PWD/_pkg install
    1.34 +	./configure && make && make install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.