wok rev 10020

thunar-volman: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu May 19 12:30:54 2011 +0200 (2011-05-19)
parents f9817eda4acb
children 65408e67a5ca
files thunar-volman/receipt
line diff
     1.1 --- a/thunar-volman/receipt	Thu May 19 12:30:41 2011 +0200
     1.2 +++ b/thunar-volman/receipt	Thu May 19 12:30:54 2011 +0200
     1.3 @@ -5,20 +5,21 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Thunar Volume Manager plugin"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="thunar"
     1.8 -BUILD_DEPENDS="thunar-dev glibc-locale intltool"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html"
    1.11  WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/0.6/$TARBALL"
    1.12  
    1.13 +DEPENDS="thunar libxfce4ui startup-notification"
    1.14 +BUILD_DEPENDS="thunar-dev glibc-locale intltool libexo-dev libgudev-dev libxfce4ui-dev \
    1.15 + xfconf-dev startup-notification-dev  util-linux-ng-uuid-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.22 -	--libexecdir=/usr/lib/$PACKAGE \
    1.23 -	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.24 -	make && make DESTDIR=$PWD/_pkg install
    1.25 +	./configure --prefix=/usr \
    1.26 +	--libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \
    1.27 +	make && make DESTDIR=$DESTDIR install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.