wok diff xfprint/receipt @ rev 11233

Up iron-linux (14.0.850.0)
author Paul Issott <paul@slitaz.org>
date Sun Nov 06 09:51:48 2011 +0000 (2011-11-06)
parents a3ce54180620
children 73641efed1cc
line diff
     1.1 --- a/xfprint/receipt	Tue Mar 01 16:00:45 2011 +0100
     1.2 +++ b/xfprint/receipt	Sun Nov 06 09:51:48 2011 +0000
     1.3 @@ -5,21 +5,21 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xfce Printer manager"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="libxfcegui4 libxfce4util cups dbus-glib startup-notification \
     1.8 -libcomerr3"
     1.9 -BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev cups-dev intltool"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.xfce.org"
    1.12  WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL"
    1.13  
    1.14 +DEPENDS="libxfcegui4 libxfce4util cups dbus-glib startup-notification \
    1.15 +libcomerr3 util-linux-ng-uuid"
    1.16 +BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev cups-dev intltool xfconf-dev \
    1.17 + dbus-glib-dev startup-notification-dev util-linux-ng-uuid-dev "
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	./configure --prefix=/usr \
    1.24 -		--infodir=/usr/share/info \
    1.25 -		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.26 -	make && make DESTDIR=$PWD/_pkg install
    1.27 +	./configure --prefix=/usr $CONFIGURE_ARGS && \
    1.28 +	make && make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.