wok-current rev 9877
xfce4-settings: Fix BD.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue May 17 00:07:49 2011 +0200 (2011-05-17) |
parents | 572ba6d43bbb |
children | 021bbe74dc30 |
files | xfce4-settings/receipt |
line diff
1.1 --- a/xfce4-settings/receipt Tue May 17 00:00:14 2011 +0200 1.2 +++ b/xfce4-settings/receipt Tue May 17 00:07:49 2011 +0200 1.3 @@ -5,14 +5,15 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xfce Settings Manager" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.8 +WEB_SITE="http://www.xfce.org/" 1.9 +WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 1.10 + 1.11 DEPENDS="libxfce4util libxfce4ui libexo xfconf libglade dbus-glib xorg-libXi \ 1.12 xorg-libXrandr libnotify libwnck" 1.13 BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev libexo-dev xfconf-dev libglade-dev 1.14 dbus-glib-dev xorg-libXi-dev xorg-libXrandr-dev xorg-inputproto libnotify-dev \ 1.15 -intltool exo" 1.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WEB_SITE="http://www.xfce.org/" 1.18 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 1.19 +intltool exo startup-notification-dev util-linux-ng-uuid-dev" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 @@ -28,7 +29,7 @@ 1.24 --disable-debug \ 1.25 --disable-static \ 1.26 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.27 - make && make DESTDIR=$PWD/_pkg install 1.28 + make && make DESTDIR=$DESTDIR install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.