wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="geany-plugins-geanyvc"
4 VERSION="1.23"
5 CATEGORY="development"
6 SHORT_DESC="Geany plugin providing uniform access to different version-control systems."
7 MAINTAINER="klimach@hlrs.de"
8 DEPENDS="geany gtk+ expat xorg-libXdamage gtkspell"
9 WEB_SITE="http://plugins.geany.org/geanyvc/"
10 WANTED="geany-plugins"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/geany
17 cp -a $install/usr/lib/geany/${PACKAGE##geany-plugins-}.so $fs/usr/lib/geany
18 }