summaryrefslogtreecommitdiff
path: root/user/catdoc
diff options
context:
space:
mode:
Diffstat (limited to 'user/catdoc')
-rw-r--r--user/catdoc/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/user/catdoc/APKBUILD b/user/catdoc/APKBUILD
index b1e4a6914..2b6bc7d3d 100644
--- a/user/catdoc/APKBUILD
+++ b/user/catdoc/APKBUILD
@@ -2,18 +2,16 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=catdoc
pkgver=0.95
-pkgrel=0
+pkgrel=1
pkgdesc="Read information and data from Microsoft Office documents"
url="http://www.wagner.pp.ru/~vitus/software/catdoc/"
arch="all"
-license="GPL"
-options="!check"
+options="!check" # No test suite.
+license="GPL-2.0-only"
depends=""
makedepends=""
-install=""
subpackages="$pkgname-doc"
source="http://ftp.wagner.pp.ru/pub/catdoc/catdoc-$pkgver.tar.gz"
-builddir="$srcdir/catdoc-$pkgver"
build() {
cd "$builddir"