wok-next view gtkspell/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents f48456621a9d
children
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="$PACKAGE-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 }