35 lines
1 KiB
Bash
35 lines
1 KiB
Bash
# Template file for 'gtkspell3'
|
|
pkgname=gtkspell3
|
|
version=3.0.7
|
|
revision=1
|
|
build_options="gir"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-silent-rules"
|
|
hostmakedepends="$(vopt_if gir 'gobject-introspection vala') intltool pkg-config"
|
|
makedepends="enchant-devel gtk+3-devel"
|
|
short_desc="Highlighting and replacement of misspelled words"
|
|
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://${pkgname}.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname::-1}/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=13f2e6d3e2554cc24253ef592074b28c117db33b7a4465c98c69a3e0a4fa3cc2
|
|
|
|
# Enable gir and vala for non-cross builds
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default="gir"
|
|
fi
|
|
|
|
gtkspell3-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
if [ "$build_option_gir" ]; then
|
|
vmove usr/share/gir-1.0
|
|
vmove usr/share/vala
|
|
fi
|
|
}
|
|
}
|