wok diff xfce4-appfinder/receipt @ rev 11814
mpd: chown fix
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Feb 25 17:22:11 2012 +0000 (2012-02-25) |
parents | 9137f9e0fcd9 |
children | 73641efed1cc |
line diff
1.1 --- a/xfce4-appfinder/receipt Thu Feb 17 18:17:27 2011 +0000 1.2 +++ b/xfce4-appfinder/receipt Sat Feb 25 17:22:11 2012 +0000 1.3 @@ -5,20 +5,23 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xfce Application Finder" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="gtk+ garcon libxfce4ui xfconf thunar gamin dbus-glib startup-notification" 1.8 -BUILD_DEPENDS="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="gtk+ garcon libxfce4ui xfconf thunar gamin dbus-glib startup-notification \ 1.14 + garcon util-linux-ng-uuid" 1.15 +BUILD_DEPENDS="intltool libxfce4util-dev libxfce4ui-dev garcon-dev xfconf-dev \ 1.16 + startup-notification-dev dbus-glib-dev util-linux-ng-uuid-dev " 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 cd $src 1.22 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.23 - --mandir=/usr/share/man $CONFIGURE_ARGS \ 1.24 - --disable-static --disable-debug && \ 1.25 - make && make DESTDIR=$PWD/_pkg install 1.26 + ./configure --prefix=/usr \ 1.27 + --disable-static \ 1.28 + --disable-debug $CONFIGURE_ARGS && 1.29 + make && make DESTDIR=$DESTDIR install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg.