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