updated on Thu Jan 12 00:00:55 UTC 2012
[aur-mirror.git] / xlhtml / PKGBUILD
blobf59817943101d418cba998df8b9f2eb95999f7ce
1 # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
2 # Contributor: froggie <sullivanva@gmail.com>
4 pkgname=xlhtml
5 pkgver=0.5.1
6 pkgrel=2
7 pkgdesc="Contains the Excel (xlhtml) and Powerpoint (ppthtml) to html converters"
8 arch=('i686')
9 url="http://nebuchadnezzar.zion.cz/xlhtml.php"
10 license=('GPL')
11 source=(http://nebuchadnezzar.zion.cz/download/xlhtml-${pkgver}-vd2.tgz)
12 md5sums=('d9edf42e0dac1d8d8765856209c972b1')
14 build() {
15   cd ${srcdir}/xlhtml-0.5.1
16   ./configure --prefix=/usr --mandir=${pkgdir}/usr/share/man
17   make || return 1
18   make prefix=${pkgdir}/usr install