summaryrefslogtreecommitdiffstats
path: root/gnumeric/Pkgfile
blob: aefe988123c364d43753011dd87e434965af3387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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.1
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--localstatedir=/var/lib \
		--disable-schemas-install --enable-ssindex
	make
	make DESTDIR=$PKG install
}