# HG changeset patch # User Antoine Bodin # Date 1298779952 -3600 # Node ID 96d0de4a697c6cb2667789998487788c5e9330fb # Parent 93cc0370fce745832b33f13f6c28470e1edeacfe pidgin-libnotify needs intltool to compile diff -r 93cc0370fce7 -r 96d0de4a697c pidgin-libnotify/receipt --- a/pidgin-libnotify/receipt Sun Feb 27 05:00:19 2011 +0100 +++ b/pidgin-libnotify/receipt Sun Feb 27 05:12:32 2011 +0100 @@ -5,8 +5,8 @@ CATEGORY="network" SHORT_DESC="Notification interface for Pidgin." MAINTAINER="erjo@slitaz.org" -DEPENDS="pidgin libnotify " -BUILD_DEPENDS="pidgin-dev libpurple-dev" +DEPENDS="pidgin libnotify" +BUILD_DEPENDS="intltool libpurple-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gaim-libnotify.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/project/gaim-libnotify/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" @@ -15,10 +15,7 @@ compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.