# HG changeset patch # User Christophe Lincoln # Date 1306415549 -7200 # Node ID 43441506d5f5c3eb9559c217fd38b7ee93ba167d # Parent 07be27851acc78a6afcbbb957c501d4bc82ecd58 gyrus: fix bdeps diff -r 07be27851acc -r 43441506d5f5 gyrus/receipt --- a/gyrus/receipt Thu May 26 14:55:42 2011 +0200 +++ b/gyrus/receipt Thu May 26 15:12:29 2011 +0200 @@ -5,21 +5,17 @@ CATEGORY="network" SHORT_DESC="Small tool for the administration of mailboxes in IMAP/Cyrus servers." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ dbus ORBit2 gnet libglade GConf" -BUILD_DEPENDS="intltool" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://projects.gnome.org/gyrus/" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gyrus/0.3/$TARBALL" +DEPENDS="gtk+ dbus ORBit2 gnet libglade GConf" +BUILD_DEPENDS="gtk+ dbus-dev ORBit2-dev gnet-dev libglade-dev GConf-dev" + # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.