smlinux/gtk/gtkspell/gtkspell.SMBuild
PktSurf 1ddfe9abba * Fixed indentation in base/docbook build file
* Replaced patch command with applypatch function in multiple build files in base, xorg, gtk, extra and xfce sections
2022-02-23 23:21:55 +05:30

37 lines
1,002 B
Text
Executable file

app=gtkspell
version=2.0.16
build=1sml
homepage="http://gtkspell.sourceforge.net/"
download="http://gtkspell.sourceforge.net/download/gtkspell-2.0.16.tar.gz"
desc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
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
CPPFLAGS="$CFLAGS -D_GNU_SOURCE" \
./configure \
--prefix="" \
--sysconfdir=/etc \
--disable-static \
$builddist
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
e61d3760a78886ebdb78bddd71feacaa7841a982ee923ec47bae21ec3cb00fd5fbde6b4b09f14550bf731aaa7130bcae9ad66f8b407f618f601ae68a1e4cb995 gtkspell-2.0.16.tar.lz
4ba4427ee59f1c439ed33b53b4022295165b9a4a1a0bdd212ed459cea23b1f04d1bdb988e2316ea4a1d1bd75e492408232908524dacad3b5ee2ffe7a55677d77 enchant-2.diff
"