wok diff xfprint/receipt @ rev 12253
Add tazbug (1.0) - Ready for production and so in core
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 10 12:57:21 2012 +0200 (2012-04-10) |
parents | a3ce54180620 |
children | 73641efed1cc |
line diff
1.1 --- a/xfprint/receipt Tue Mar 01 16:00:45 2011 +0100 1.2 +++ b/xfprint/receipt Tue Apr 10 12:57:21 2012 +0200 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.