wok rev 14462
Remove geanyvc. Now include in geny-plgins
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Apr 27 02:57:52 2013 +0200 (2013-04-27) |
parents | 2b820e6838f5 |
children | 9938a922ca78 |
files | geanyvc/receipt |
line diff
1.1 --- a/geanyvc/receipt Sat Apr 27 02:56:24 2013 +0200 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,18 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="geany-plugins-geanyvc" 1.7 -VERSION="1.23" 1.8 -CATEGORY="development" 1.9 -SHORT_DESC="Geany plugin providing uniform access to different version-control systems." 1.10 -MAINTAINER="klimach@hlrs.de" 1.11 -DEPENDS="geany gtk+ expat xorg-libXdamage gtkspell" 1.12 -WEB_SITE="http://plugins.geany.org/geanyvc/" 1.13 -WANTED="geany-plugins" 1.14 - 1.15 - 1.16 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 -genpkg_rules() 1.18 -{ 1.19 - mkdir -p $fs/usr/lib/geany 1.20 - cp -a $install/usr/lib/geany/${PACKAGE##geany-plugins-}.so $fs/usr/lib/geany 1.21 -}