aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gnumeric/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gnumeric/APKBUILD')
-rw-r--r--testing/gnumeric/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/gnumeric/APKBUILD b/testing/gnumeric/APKBUILD
deleted file mode 100644
index ef7d620a46..0000000000
--- a/testing/gnumeric/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=gnumeric
-pkgver=1.10.3
-pkgrel=0
-pkgdesc="A GNOME Spreadsheet Program"
-url="http://www.gnome.org/projects/gnumeric/"
-license="GPL"
-makedepends="gtk+-dev intltool desktop-file-utils libglade-dev goffice-dev
- rarian"
-install=
-subpackages="$pkgname-dev $pkgname-doc"
-source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/1.10/$pkgname-$pkgver.tar.bz2"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-build() {
- cd "$_builddir"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-schemas-install \
- --disable-static \
- --enable-ssindex || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make -j1 DESTDIR="$pkgdir" install || return 1
-}
-md5sums="7da8b0acac1395c6fb049d5be7da37ef gnumeric-1.10.3.tar.bz2"