# HG changeset patch # User Christopher Rogers # Date 1340212812 0 # Node ID 4ca3729bd5c4eb2da87bbdb51f25f2487c57dcdb # Parent 288da32bfc2a5c5388852519e83bf1218f0e1965 Up: geany-plugins to 0.21.1. diff -r 288da32bfc2a -r 4ca3729bd5c4 geany-plugins/receipt --- a/geany-plugins/receipt Wed Jun 20 17:19:35 2012 +0000 +++ b/geany-plugins/receipt Wed Jun 20 17:20:12 2012 +0000 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="geany-plugins" -VERSION="0.21" +VERSION="0.21.1" CATEGORY="development" SHORT_DESC="Additionnal plugins for Geany." MAINTAINER="pankso@slitaz.org" DEPENDS="enchant gtkspell geany lua" -BUILD_DEPENDS="enchant-dev gtkspell-dev geany-dev lua-dev intltool" +BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev intltool" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://plugins.geany.org/" WGET_URL="$WEB_SITE/$PACKAGE/$TARBALL" @@ -22,8 +22,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - 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 + mkdir -p $fs/usr/lib $fs/usr/share + cp -a $install/usr/lib/geany $fs/usr/lib + cp -a $install/usr/lib/geany-plugins $fs/usr/lib + cp -a $install/usr/share/geany-plugins $fs/usr/share }