1 # Maintainer: TDY <tdy@gmx.com>
6 pkgdesc="GNU's lightweight spreadsheet program with a curses-based interface"
8 url="http://www.gnu.org/software/oleo/"
11 makedepends=('autoconf' 'automake' 'texi2html')
12 conflicts=('oleo-motif')
14 source=(http://ftp.gnu.org/pub/gnu/oleo/oleo-$pkgver.tar.gz
15 http://archive.ubuntu.com/ubuntu/pool/universe/o/oleo/oleo_$pkgver-11ubuntu1.diff.gz)
16 md5sums=('d59801055b8ba6c6980ed1247a603f5f'
17 '23816dc1949c5d130eab69ccf7214fbf')
20 cd "$srcdir/oleo-$pkgver"
21 patch -Np1 -i ../oleo_$pkgver-11ubuntu1.diff || return 1
22 sed -i '/MAKE/ s/install-data-am//' Makefile.in
23 ./configure --prefix=/usr --infodir=/usr/share/info \
31 cd "$srcdir/oleo-$pkgver"
32 make DESTDIR="$pkgdir" install
33 install -Dm644 doc/oleo.html "$pkgdir/usr/share/doc/oleo/oleo.html"