# HG changeset patch # User Christopher Rogers # Date 1320217358 0 # Node ID 9918912967db8e1d9b0fa6b507f8e4f2b469f3c1 # Parent e2b1ff2ea7cf933a0e2a9b87e67d64ec8f6b0385 Up: geany-plugins to 0.21. diff -r e2b1ff2ea7cf -r 9918912967db geany-plugins/receipt --- a/geany-plugins/receipt Wed Nov 02 07:02:19 2011 +0000 +++ b/geany-plugins/receipt Wed Nov 02 07:02:38 2011 +0000 @@ -1,17 +1,29 @@ # SliTaz package receipt. PACKAGE="geany-plugins" -VERSION="0.20" +VERSION="0.21" CATEGORY="development" SHORT_DESC="Additionnal plugins for Geany." MAINTAINER="pankso@slitaz.org" -WANTED="geany" -DEPENDS="expat gtk+ xorg-libXdamage" -WEB_SITE="http://geany.uvena.de/" +DEPENDS="enchant gtkspell geany lua" +BUILD_DEPENDS="enchant-dev gtkspell-dev geany-dev lua-dev intltool" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://plugins.geany.org/" +WGET_URL="$WEB_SITE/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --libexecdir=/usr/lib $CONFIGURE_ARGS && + make && make install +} # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/geany - cp -a $_pkg/usr/lib/geany/*.so $fs/usr/lib/geany + mkdir -p $fs/usr/lib/geany $fs/usr/share + cp -a $_pkg/usr/lib/geany $fs/usr/lib + cp -a $_pkg/usr/lib/geany-plugins $fs/usr/lib + cp -a $_pkg/usr/lib/geany-plugins $fs/usr/share }