wok diff xfmpc/receipt @ rev 10220
Up: xorg-libSM to 1.2.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 23:58:57 2011 +0000 (2011-05-20) |
parents | a3ce54180620 |
children | 73641efed1cc |
line diff
1.1 --- a/xfmpc/receipt Tue Mar 01 16:00:45 2011 +0100 1.2 +++ b/xfmpc/receipt Fri May 20 23:58:57 2011 +0000 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.