wok-next view gtkspell/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents d958fec46c9f
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtkspell"
4 VERSION="2.0.16"
5 CATEGORY="development"
6 SHORT_DESC="Provides highlighting and replacement of misspelled words"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://gtkspell.sourceforge.net/"
10 REPOLOGY="gtkspell2"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/download/$TARBALL"
15 BUILD_DEPENDS="gtk2-dev enchant-dev intltool"
16 SPLIT="gtkspell-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 gtkspell)
28 copy @std
29 DEPENDS="enchant glib gtk2"
30 ;;
31 *-dev)
32 copy @dev
33 DEPENDS="gtkspell enchant-dev gtk2-dev"
34 ;;
35 esac
36 }