wok diff xfce4-mixer/receipt @ rev 10439

Add: sylpheed-full (with GPG, splell and ldap support)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 01:32:05 2011 +0200 (2011-05-25)
parents 839dc23905e0
children 73641efed1cc
line diff
     1.1 --- a/xfce4-mixer/receipt	Sun Feb 27 17:46:28 2011 +0000
     1.2 +++ b/xfce4-mixer/receipt	Wed May 25 01:32:05 2011 +0200
     1.3 @@ -5,22 +5,23 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xfce Audio Mixer"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="gtk+ libxfce4util gtk+ xfconf xfce4-panel gst-plugins-base"
     1.8 -BUILD_DEPENDS="gtk+-dev libxfce4util-dev libxfcegui4 xfconf-dev xfce4-panel-dev
     1.9 - gst-plugins-base-dev intltool"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.xfce.org"
    1.12  WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.13  
    1.14 +DEPENDS="gtk+ libxfce4util gtk+ xfconf xfce4-panel gst-plugins-base startup-notification
    1.15 + util-linux-ng-uuid"
    1.16 +BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev xfce4-panel-dev
    1.17 + gst-plugins-base-dev intltool libxfce4ui-dev gstreamer-dev startup-notification-dev \
    1.18 + util-linux-ng-uuid-dev "
    1.19 + 
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src
    1.24  	./configure --prefix=/usr \
    1.25 -		--infodir=/usr/share/info \
    1.26 -		--libexecdir=/usr/lib/$PACKAGE \
    1.27 -		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.28 -	make && make DESTDIR=$PWD/_pkg install
    1.29 +		--libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \
    1.30 +	make && make DESTDIR=$DESTDIR install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.