mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 04:44:57 +02:00
31 lines
902 B
Text
31 lines
902 B
Text
# Contributor: Maarten van Gompel <proycon@anaproy.nl>
|
|
# Maintainer: Maarten van Gompel <proycon@anaproy.nl>
|
|
pkgname=ticcutils
|
|
pkgver=0.36
|
|
pkgrel=1
|
|
pkgdesc="Common library with shared functions for Frog, ucto, libfolia, timbl"
|
|
options="!check"
|
|
arch="all"
|
|
url="https://github.com/LanguageMachines/ticcutils"
|
|
license="GPL-3.0-only"
|
|
makedepends="libtool libxml2-dev bzip2-dev icu-dev"
|
|
subpackages="$pkgname-dev $pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/LanguageMachines/ticcutils/releases/download/v$pkgver/ticcutils-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--localstatedir=/var
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR=$pkgdir install
|
|
}
|
|
|
|
sha512sums="
|
|
7a38847dbdc7515408ad93964a03d7c9d44b38964e4c0e190286dcc4f3281f59300c9c28bf093f3743f8a7566a19eb0a59f7c906d4842af3016cfc8d772a5ba2 ticcutils-0.36.tar.gz
|
|
"
|