wok diff goffice/receipt @ rev 11426
Compat: ntop - don't trigger cook of splitted packages when using tazwok (that's automatic)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Dec 14 15:56:46 2011 +0100 (2011-12-14) |
parents | fb0590550cbf |
children | a9e0ca0f3818 |
line diff
1.1 --- a/goffice/receipt Fri Mar 25 22:16:27 2011 +0000 1.2 +++ b/goffice/receipt Wed Dec 14 15:56:46 2011 +0100 1.3 @@ -1,29 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="goffice" 1.7 -VERSION="0.8.14" 1.8 +VERSION="0.8.17" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="GOffice is a library of document-centric objects and utilities." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://freshmeat.net/projects/goffice/" 1.14 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.15 + 1.16 DEPENDS="gtk+ libgsf libglade libart_lgpl xorg-libXdamage" 1.17 BUILD_DEPENDS="gtk+-dev libxml2-dev libgsf libgsf-dev libglade-dev intltool expat-dev bzip2-dev" 1.18 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.19 -WEB_SITE="http://freshmeat.net/projects/goffice/" 1.20 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 cd $src 1.26 ./configure \ 1.27 - --prefix=/usr \ 1.28 - --mandir=/usr/share/man \ 1.29 --with-html-dir=/usr/share/doc \ 1.30 --without-gconf \ 1.31 --disable-static \ 1.32 $CONFIGURE_ARGS && 1.33 - make -j 4 && 1.34 - make DESTDIR=$PWD/_pkg install 1.35 + make && make install 1.36 } 1.37 1.38 # Rules to gen a SliTaz package suitable for Tazpkg.