[csw-devel] SF.net SVN: gar:[6685] csw/mgar/pkg/supybot/trunk/Makefile

skayser at users.sourceforge.net skayser at users.sourceforge.net
Sat Oct 3 16:36:59 CEST 2009


Revision: 6685
          http://gar.svn.sourceforge.net/gar/?rev=6685&view=rev
Author:   skayser
Date:     2009-10-03 14:36:59 +0000 (Sat, 03 Oct 2009)

Log Message:
-----------
supybot: add REQUIRED_PKGS, description / SPKG_SOURCEURL

Modified Paths:
--------------
    csw/mgar/pkg/supybot/trunk/Makefile

Modified: csw/mgar/pkg/supybot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/supybot/trunk/Makefile	2009-10-03 14:34:10 UTC (rev 6684)
+++ csw/mgar/pkg/supybot/trunk/Makefile	2009-10-03 14:36:59 UTC (rev 6685)
@@ -1,17 +1,23 @@
-# TODO
-# - Check whether additional dependencies are needed
 GARNAME = supybot
 GARVERSION = 0.83.4.1
 CATEGORIES = python
 
 DESCRIPTION = Robust, user-friendly, and extensible IRC bot
-define BLURB
+  Supybot is a robust (it doesn't crash), user friendly (it's easy to
+  configure) and programmer friendly (plugins are *extremely* easy to
+  write) Python IRC bot. It aims to be an adequate replacement for most
+  existing IRC bots. It includes a very flexible and powerful ACL system
+  for controlling access to commands, as well as more than 50 builtin
+  plugins providing around 400 actual commands. 
 endef
 
+SPKG_SOURCEURL = http://sourceforge.net/projects/supybot/
 MASTER_SITES = $(SF_MIRRORS)
 DISTNAME = Supybot-$(GARVERSION)
 DISTFILES = $(DISTNAME).tar.gz
 
+REQUIRED_PKGS = CSWpysqlite CSWtwisted
+
 EXTRA_PAX_ARGS = '-s,ChangeLog$$,changelog,p'
 TEST_SCRIPTS = 
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list