wok-next view gtksourceview/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 0e7893ac206d
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtksourceview"
4 VERSION="2.10.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Extends GTK+ framework for multiline text editing"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://projects.gnome.org/gtksourceview/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool gtk+-dev libxml2-dev expat-dev"
15 SPLIT="gtksourceview-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 gtksourceview)
27 copy @std
28 DEPENDS="cairo gdk-pixbuf glib gtk+ libxml2 pango python"
29 ;;
30 *-dev)
31 copy @dev
32 DEPENDS="gtksourceview gtk+-dev libxml2-dev"
33 ;;
34 esac
35 }