wok rev 9881

xfwm4: Fix BD
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue May 17 00:49:52 2011 +0200 (2011-05-17)
parents d62d88327944
children e2bcd8d58be1
files xfwm4/receipt
line diff
     1.1 --- a/xfwm4/receipt	Tue May 17 00:45:18 2011 +0200
     1.2 +++ b/xfwm4/receipt	Tue May 17 00:49:52 2011 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xfce Window Manager"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="libxfce4util libxfce4ui xfconf dbus-glib libwnck libglade"
     1.8 -BUILD_DEPENDS="libxfce4util-dev xfconf-dev libxfce4ui-dev xorg-compositeproto intltool" 
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.xfce.org/"
    1.11  WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.12  
    1.13 +DEPENDS="libxfce4util libxfce4ui xfconf dbus-glib libwnck libglade"
    1.14 +BUILD_DEPENDS="libxfce4util-dev xfconf-dev libxfce4ui-dev xorg-compositeproto intltool \
    1.15 + libwnck-dev dbus-glib-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 @@ -22,7 +24,7 @@
    1.21  		--disable-debug \
    1.22  		--disable-static \
    1.23  		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.24 -	make && make DESTDIR=$PWD/_pkg install
    1.25 +	make && make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.