aports/testing/xlhtml/APKBUILD
Noel Kuntze d8eb18cdc7 testing/piler: new aport
Open source email archiving solution with all the necessary features for your enterprise
2024-03-30 17:36:37 +00:00

35 lines
883 B
Plaintext

# Contributor: Noel Kuntze <noel.kuntze@thermi.consulting>
# Maintainer: Noel Kuntze <noel.kuntze@thermi.consulting>
pkgname=xlhtml
pkgver=0.5.1
pkgrel=0
pkgdesc="An Excel spreadsheet (.xls) and PowerPoint (.ppt) to HTML converter"
arch="all"
url="https://chicago.sourceforge.net/xlhtml/"
license='GPL-2.0-or-later '
source="https://bitbucket.org/jsuto/piler/downloads/xlhtml-$pkgver-sj-mod.tar.gz"
options="!check" # no test suite
subpackages="$pkgname-doc"
builddir="$srcdir/$pkgname-$pkgver-sj-mod"
prepare() {
default_prepare
update_config_sub
update_config_guess
}
build() {
./configure.real --prefix=/usr --mandir="$pkgdir/usr/share/man"
make
}
package() {
make prefix="$pkgdir/usr" install
}
sha512sums="
1efb387e218a3d7fd3935a65398fba64561b45b1b7916ba1bf4e13edf5155748e811e4e0c35a6d3d83b30f4585a66186fae25199cdaf0c369d085f31ec52fe9d xlhtml-0.5.1-sj-mod.tar.gz
"