wok-stable rev 9880
xfmpc: Fix BD
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue May 17 00:45:18 2011 +0200 (2011-05-17) |
parents | b86a62bb9f0c |
children | 55e23a927f26 |
files | xfmpc/receipt |
line diff
1.1 --- a/xfmpc/receipt Tue May 17 00:24:18 2011 +0200 1.2 +++ b/xfmpc/receipt Tue May 17 00:45:18 2011 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="MPD client for Xfce." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="libxfcegui4 libxfce4util libmpd startup-notification" 1.8 -BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev libmpd-dev intltool" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://goodies.xfce.org/projects/applications/xfmpc" 1.11 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 1.12 1.13 +DEPENDS="libxfcegui4 libxfce4util libmpd startup-notification" 1.14 +BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev libmpd-dev intltool \ 1.15 + 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 @@ -20,7 +22,7 @@ 1.21 --infodir=/usr/share/info \ 1.22 --mandir=/usr/share/man \ 1.23 $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.