wok-next view geany-plugins/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="geany-plugins"
4 VERSION="1.31"
5 CATEGORY="development"
6 SHORT_DESC="Additional plugins for Geany"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://plugins.geany.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$WEB_SITE/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="intltool geany-dev gtk2-dev check-dev vte-gtk2-dev \
15 python-dev python-pygtk-dev gtkspell-dev" # lua5.1-dev but produces error
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="geany atk libcairo enchant fontconfig freetype gdk-pixbuf glib gtk2 \
27 gtkspell libxml2 pango python vte-gtk2 libx11 libxext"
28 }