wok diff pidgin-libnotify/receipt @ rev 9075

Up: gavl to 1.2.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Mar 04 10:28:26 2011 +0000 (2011-03-04)
parents 0e8178d9ef6a
children f2d41047f674
line diff
     1.1 --- a/pidgin-libnotify/receipt	Tue Feb 09 23:36:33 2010 +0100
     1.2 +++ b/pidgin-libnotify/receipt	Fri Mar 04 10:28:26 2011 +0000
     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.