summaryrefslogtreecommitdiffstats
path: root/gnumeric/Pkgfile
blob: 8d1fa35b475cb27e6b702d195400edbf786803fe (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
# 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: goffice,gconf,desktop-file-utils

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

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