wok rev 10598

gyrus: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 26 15:12:29 2011 +0200 (2011-05-26)
parents 07be27851acc
children 81939592d3c4
files gyrus/receipt
line diff
     1.1 --- a/gyrus/receipt	Thu May 26 14:55:42 2011 +0200
     1.2 +++ b/gyrus/receipt	Thu May 26 15:12:29 2011 +0200
     1.3 @@ -5,21 +5,17 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Small tool for the administration of mailboxes in IMAP/Cyrus servers."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+ dbus ORBit2 gnet libglade GConf"
     1.8 -BUILD_DEPENDS="intltool"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://projects.gnome.org/gyrus/"
    1.11  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gyrus/0.3/$TARBALL"
    1.12  
    1.13 +DEPENDS="gtk+ dbus ORBit2 gnet libglade GConf"
    1.14 +BUILD_DEPENDS="gtk+ dbus-dev ORBit2-dev gnet-dev libglade-dev GConf-dev"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 -	cd $src
    1.20 -	./configure \
    1.21 -		--prefix=/usr \
    1.22 -		$CONFIGURE_ARGS &&
    1.23 -	make &&
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	./configure $CONFIGURE_ARGS && make && make install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.