wok rev 13062

Up: geany-plugins to 0.21.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 20 17:20:12 2012 +0000 (2012-06-20)
parents 288da32bfc2a
children 8a29edd59964
files geany-plugins/receipt
line diff
     1.1 --- a/geany-plugins/receipt	Wed Jun 20 17:19:35 2012 +0000
     1.2 +++ b/geany-plugins/receipt	Wed Jun 20 17:20:12 2012 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="geany-plugins"
     1.7 -VERSION="0.21"
     1.8 +VERSION="0.21.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Additionnal plugins for Geany."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="enchant gtkspell geany lua"
    1.13 -BUILD_DEPENDS="enchant-dev gtkspell-dev geany-dev lua-dev intltool"
    1.14 +BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev intltool"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://plugins.geany.org/"
    1.17  WGET_URL="$WEB_SITE/$PACKAGE/$TARBALL"
    1.18 @@ -22,8 +22,8 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib/geany $fs/usr/share
    1.23 -	cp -a $_pkg/usr/lib/geany $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/lib/geany-plugins $fs/usr/lib
    1.25 -	cp -a $_pkg/usr/lib/geany-plugins $fs/usr/share
    1.26 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.27 +	cp -a $install/usr/lib/geany $fs/usr/lib
    1.28 +	cp -a $install/usr/lib/geany-plugins $fs/usr/lib
    1.29 +	cp -a $install/usr/share/geany-plugins $fs/usr/share
    1.30  }