void-packages/srcpkgs/libvoikko/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

30 lines
884 B
Bash

# Template file for 'libvoikko'
pkgname=libvoikko
version=4.2
revision=2
build_style=gnu-configure
configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
pycompile_module="libvoikko.py"
hostmakedepends="python3"
short_desc="Free linguistic software and data for Finnish"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://voikko.puimula.org/"
distfiles="https://www.puimula.org/voikko-sources/libvoikko/${pkgname}-${version}.tar.gz"
checksum=f13c59825f36152f388cd96f638e447744199775277f4e6bcd0b9483f0eebeca
post_install() {
vmkdir ${py3_sitelib}
cp python/libvoikko.py ${DESTDIR}/${py3_sitelib}
}
libvoikko-devel_package() {
depends="libvoikko-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}