diff options
Diffstat (limited to 'community/libexttextcat')
-rw-r--r-- | community/libexttextcat/APKBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/community/libexttextcat/APKBUILD b/community/libexttextcat/APKBUILD index 618db67932..330add4609 100644 --- a/community/libexttextcat/APKBUILD +++ b/community/libexttextcat/APKBUILD @@ -7,10 +7,7 @@ pkgdesc="An N-Gram-Based Text Categorization library" url="http://www.freedesktop.org/wiki/Software/libexttextcat/" arch="all" license="MPL2" -depends="" -depends_dev="" -makedepends="$depends_dev" -install="" +checkdepends="bash" subpackages="$pkgname-dev" source="http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz" builddir="$srcdir"/$pkgname-$pkgver |