wok-6.x rev 9765
GConf: Fix BUILD_DEPENDS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 15:43:53 2011 +0200 (2011-05-11) |
parents | 16365fa80d34 |
children | 51c9c3e65c18 |
files | GConf/receipt |
line diff
1.1 --- a/GConf/receipt Wed May 11 15:42:05 2011 +0200 1.2 +++ b/GConf/receipt Wed May 11 15:43:53 2011 +0200 1.3 @@ -5,25 +5,25 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="A configuration database system." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.8 +WEB_SITE="http://projects.gnome.org/gconf/" 1.9 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.10 + 1.11 DEPENDS="glibc-base glib libgio dbus dbus-glib expat libxml2 zlib \ 1.12 polkit ORBit2 atk cairo gtk+ fontconfig freetype pango pixman libpng \ 1.13 xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ 1.14 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender" 1.15 -BUILD_DEPENDS="intltool gettext libcrypto libcomerr3 gobject-introspection-dev" 1.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WEB_SITE="http://projects.gnome.org/gconf/" 1.18 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.19 +BUILD_DEPENDS="intltool gettext libcrypto libcomerr3 gobject-introspection-dev \ 1.20 +ORBit2-dev dbus-dev dbus-glib-dev polkit-dev" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 cd $src 1.26 - 1.27 ./configure \ 1.28 --sysconfdir=/etc \ 1.29 --libexecdir=/usr/lib/GConf && 1.30 - make && 1.31 - make install 1.32 + make && make install 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg.