gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1909: add blurb for freetalk


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1909: add blurb for freetalk
Date: Tue, 12 Feb 2013 21:03:37 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1909
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2013-02-12 21:03:37 +0100
message:
  add blurb for freetalk
modified:
  gnu/freetalk/Makefile
=== modified file 'gnu/freetalk/Makefile'
--- a/gnu/freetalk/Makefile     2012-12-16 22:26:25 +0000
+++ b/gnu/freetalk/Makefile     2013-02-12 20:03:37 +0000
@@ -3,6 +3,12 @@
 GARVERSION = 3.2
 HOME_URL = http://www.gnu.org/software/freetalk
 DESCRIPTION = A readline-based Jabber client
+define BLURB
+ GNU Freetalk is a commandline Jabber/XMPP chat client.  It notably
+ uses the Readline library to handle input, so it features convenient
+ navigation of text as well as tab-completion of buddy names, commands
+ and English words.  It is also scriptable and extensible via Guile.
+endef
 
 ######################################################################
 
@@ -13,7 +19,7 @@
 PATCHFILES = fix-build.diff
 
 BUILDDEPS = 
-LIBDEPS = readline
+LIBDEPS = readline guile
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]