2016-03-22 10:02:44 +00:00
|
|
|
# Template file for 'gspell'
|
|
|
|
pkgname=gspell
|
2017-04-10 21:25:54 +00:00
|
|
|
version=1.4.1
|
2016-03-22 10:02:44 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-static
|
|
|
|
$(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')"
|
2017-01-07 07:34:22 +00:00
|
|
|
hostmakedepends="pkg-config glib-devel $(vopt_if gir 'gobject-introspection vala-devel')"
|
2016-03-22 10:02:44 +00:00
|
|
|
makedepends="glib-devel enchant-devel gtk+3-devel iso-codes"
|
|
|
|
short_desc="flexible API to add spell checking to a GTK+ application"
|
|
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
distfiles="http://ftp.gnome.org/pub/GNOME/sources//gspell/${version%.*}/gspell-$version.tar.xz"
|
2017-04-10 21:25:54 +00:00
|
|
|
checksum=442f88fecd7f9e00a6a9d0af2d762744dd3c119217ff11d6739500f75b0f10be
|
2016-03-22 10:02:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Package build options
|
|
|
|
build_options="gir"
|
|
|
|
# Disable gir for cross builds.
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
|
|
build_options_default="gir"
|
|
|
|
fi
|
|
|
|
|
|
|
|
gspell-devel_package() {
|
|
|
|
depends="${sourcepkg}>=${version}_${revision} enchant-devel iso-codes"
|
|
|
|
short_desc+=" - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove "usr/lib/*.so"
|
|
|
|
}
|
|
|
|
}
|