summaryrefslogtreecommitdiffstats
path: root/extra/gnumeric/Pkgfile
blob: c78937f9ada4b0b43f35ea9225996437ae41a394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Description:  contient un tableur très évolué
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: goffice, gconf, desktop-file-utils, gnome-doc-utils
# Run on: libgnomeprintui,goffice,gconf,desktop-file-utils

name=gnumeric
version=1.11.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz
	embedder)

build() {
	unset MAKEFLAGS
	cd $name-$version
	cp -f ../embedder tools
	chmod 0755 tools/embedder
	PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
		--sysconfdir=/etc \
		--localstatedir=/var/lib \
		--disable-schemas-compile \
		--enable-ssindex \
		--with-gda
	make
	make DESTDIR=$PKG install
}