wok-6.x rev 8886
pidgin-libnotify needs intltool to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 27 05:12:32 2011 +0100 (2011-02-27) |
parents | 93cc0370fce7 |
children | 6764e22b39a6 |
files | pidgin-libnotify/receipt |
line diff
1.1 --- a/pidgin-libnotify/receipt Sun Feb 27 05:00:19 2011 +0100 1.2 +++ b/pidgin-libnotify/receipt Sun Feb 27 05:12:32 2011 +0100 1.3 @@ -5,8 +5,8 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Notification interface for Pidgin." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="pidgin libnotify " 1.8 -BUILD_DEPENDS="pidgin-dev libpurple-dev" 1.9 +DEPENDS="pidgin libnotify" 1.10 +BUILD_DEPENDS="intltool libpurple-dev" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://gaim-libnotify.sourceforge.net/" 1.13 WGET_URL="http://downloads.sourceforge.net/project/gaim-libnotify/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" 1.14 @@ -15,10 +15,7 @@ 1.15 compile_rules() 1.16 { 1.17 cd $src 1.18 - ./configure \ 1.19 - --prefix=/usr \ 1.20 - $CONFIGURE_ARGS && 1.21 - make && make DESTDIR=$PWD/_pkg install 1.22 + ./configure && make && make install 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.