smlinux/gtk/gtkspell/gtkspell.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

35 lines
931 B
Text
Executable file

app=gtkspell
version=2.0.16
build=1sml
homepage="http://gtkspell.sourceforge.net/"
download="http://gtkspell.sourceforge.net/download/gtkspell-$version.tar.gz"
desc="Provides word-processor-style misspelling highlighting and replacement library for Gtk apps"
requires="intltool enchant gtk2"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
applypatch $srcdir/enchant-2.diff
./configure \
--prefix="" \
--disable-static \
$builddist
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
e61d3760a78886ebdb78bddd71feacaa7841a982ee923ec47bae21ec3cb00fd5fbde6b4b09f14550bf731aaa7130bcae9ad66f8b407f618f601ae68a1e4cb995 gtkspell-2.0.16.tar.lz
4ba4427ee59f1c439ed33b53b4022295165b9a4a1a0bdd212ed459cea23b1f04d1bdb988e2316ea4a1d1bd75e492408232908524dacad3b5ee2ffe7a55677d77 enchant-2.diff
"