wok diff gyrus/receipt @ rev 10920
boxbackup: Up from latest rc to the final release
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 04 21:31:15 2011 +0200 (2011-08-04) |
parents | 88b2c10621bf |
children | 45b96f953c46 |
line diff
1.1 --- a/gyrus/receipt Fri Mar 11 16:17:32 2011 +0100 1.2 +++ b/gyrus/receipt Thu Aug 04 21:31:15 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.