wok diff GConf/receipt @ rev 9773
libnsgif: clean receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 21:23:36 2011 +0200 (2011-05-11) |
parents | 598224053c16 |
children | c7bebe90681d |
line diff
1.1 --- a/GConf/receipt Tue Apr 12 13:06:37 2011 +0000 1.2 +++ b/GConf/receipt Wed May 11 21:23:36 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.