smlinux/gtk/gspell/gspell.SMBuild
PktSurf 5f5e570fad Added gtk-sharp to base
Cleaned up build options in several gtk pkg build files
Updated gtk buildlist
Added code to disable docs compilation in gtk/babl
Removed code to disable overlinking in gtk/gspell and gtk/gtk2
Fixed arch variable gtk/gst-plugins-base
2022-10-10 22:45:48 +05:30

30 lines
729 B
Text
Executable file

app=gspell
version=1.8.3
build=1sml
homepage="https://wiki.gnome.org/Projects/gspell"
download="https://gitlab.gnome.org/GNOME/gspell/-/archive/$version/gspell-$version.tar.bz2"
desc="Flexible API to implement spell checking in a GTK+ application"
requires="iso-codes enchant libxml2 gobject-introspection gtk3"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
25f77e2df55e5b93a4648a784e8d749ca8e806c3c5bc902d5522f14b644406ccbdfc451ec1b52b1271c7274ae824eac4c644df07711eeed7e9572cc6399b0f95 gspell-1.8.3.tar.lz
"