wok-next diff geanyvc/receipt @ rev 14461

Up: geany (1.23)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 27 02:56:24 2013 +0200 (2013-04-27)
parents 9f19aee613be
children
line diff
     1.1 --- a/geanyvc/receipt	Sun Feb 28 15:33:01 2010 +0100
     1.2 +++ b/geanyvc/receipt	Sat Apr 27 02:56:24 2013 +0200
     1.3 @@ -1,27 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6 -PACKAGE="geanyvc"
     1.7 -VERSION="0.5"
     1.8 +PACKAGE="geany-plugins-geanyvc"
     1.9 +VERSION="1.23"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="Geany plugin providing uniform access to different version-control systems."
    1.12  MAINTAINER="klimach@hlrs.de"
    1.13  DEPENDS="geany gtk+ expat xorg-libXdamage gtkspell"
    1.14 -BUILD_DEPENDS="geany-dev gtk+-dev expat-dev intltool"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://plugins.geany.org/geanyvc/"
    1.17 -WGET_URL="http://users.cosmostv.by/yurand/$PACKAGE/$TARBALL"
    1.18 +WANTED="geany-plugins"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -   cd $src
    1.24 -   ./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.25 -   make &&
    1.26 -   make DESTDIR=$PWD/_pkg install
    1.27 -}
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -    cp -a $_pkg/usr $fs
    1.33 +	mkdir -p $fs/usr/lib/geany
    1.34 +    cp -a $install/usr/lib/geany/${PACKAGE##geany-plugins-}.so $fs/usr/lib/geany
    1.35  }