summaryrefslogtreecommitdiffstats
path: root/gnumeric/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnumeric/Pkgfile')
-rw-r--r--gnumeric/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnumeric/Pkgfile b/gnumeric/Pkgfile
new file mode 100644
index 000000000..aefe98812
--- /dev/null
+++ b/gnumeric/Pkgfile
@@ -0,0 +1,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
+}
+