d78cb0d201
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
28 lines
927 B
Bash
28 lines
927 B
Bash
# Template file for 'enchant2'
|
|
pkgname=enchant2
|
|
version=2.2.5
|
|
revision=1
|
|
wrksrc="enchant-${version}"
|
|
build_style=gnu-configure
|
|
make_build_args="pkgdatadir=/usr/share/enchant-2"
|
|
make_install_args="$make_build_args"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libglib-devel hunspell-devel aspell-devel libvoikko-devel"
|
|
short_desc="Generic spell checking library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://abiword.github.io/enchant/"
|
|
distfiles="https://github.com/AbiWord/enchant/releases/download/v${version}/enchant-${version}.tar.gz"
|
|
checksum=ffce4ea00dbda1478d91c3e1538cadfe5761d9d6c0ceb27bc3dba51882fe1c47
|
|
|
|
enchant2-devel_package() {
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/enchant-2/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|