wok diff thunar-volman/receipt @ rev 11801

syslinux: fix ifmem.c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 25 11:52:40 2012 +0100 (2012-02-25)
parents 1414fab16d56
children 73641efed1cc
line diff
     1.1 --- a/thunar-volman/receipt	Fri Jan 21 01:21:30 2011 +0100
     1.2 +++ b/thunar-volman/receipt	Sat Feb 25 11:52:40 2012 +0100
     1.3 @@ -5,20 +5,21 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Thunar Volume Manager plugin"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="thunar"
     1.8 -BUILD_DEPENDS="thunar-dev glibc-locale intltool"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html"
    1.11  WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/0.6/$TARBALL"
    1.12  
    1.13 +DEPENDS="thunar libxfce4ui startup-notification"
    1.14 +BUILD_DEPENDS="thunar-dev glibc-locale intltool libexo-dev libgudev-dev libxfce4ui-dev \
    1.15 + xfconf-dev 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  	cd $src
    1.21 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.22 -	--libexecdir=/usr/lib/$PACKAGE \
    1.23 -	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.24 -	make && make DESTDIR=$PWD/_pkg install
    1.25 +	./configure --prefix=/usr \
    1.26 +	--libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \
    1.27 +	make && make DESTDIR=$DESTDIR install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.