gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1479: add NAME field to many Makefile


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1479: add NAME field to many Makefiles
Date: Mon, 17 Dec 2012 19:49:55 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1479
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2012-12-17 19:49:55 +0100
message:
  add NAME field to many Makefiles
modified:
  gnu/metahtml/Makefile
  gnu/mifluz/Makefile
  gnu/mig/Makefile
  gnu/miscfiles/Makefile
  gnu/mit-scheme/Makefile
  gnu/moe/Makefile
  gnu/motti/Makefile
  gnu/mpc/Makefile
  gnu/mpfr/Makefile
  gnu/mtools/Makefile
  gnu/myserver/Makefile
  gnu/nano/Makefile
  gnu/ncurses/Makefile
  gnu/ncursesw/Makefile
  gnu/nettle/Makefile
  gnu/ocrad/Makefile
  gnu/octave/Makefile
  gnu/oleo/Makefile
  gnu/orgadoc/Makefile
  gnu/osip/Makefile
  gnu/parallel/Makefile
  gnu/parted/Makefile
  gnu/patch/Makefile
  gnu/pem/Makefile
  gnu/pexec/Makefile
  gnu/pies/Makefile
  gnu/plotutils/Makefile
  gnu/proxyknife/Makefile
  gnu/pspp/Makefile
  gnu/pth/Makefile
  gnu/radius/Makefile
  gnu/rcs/Makefile
  gnu/readline/Makefile
  gnu/recutils/Makefile
  gnu/rottlog/Makefile
  gnu/rush/Makefile
  gnu/sather/Makefile
  gnu/sauce/Makefile
  gnu/scm/Makefile
  gnu/screen/Makefile
  gnu/sed/Makefile
  gnu/serveez/Makefile
  gnu/sharutils/Makefile
  gnu/shishi/Makefile
  gnu/shmm/Makefile
  gnu/shtool/Makefile
  gnu/sipwitch/Makefile
  gnu/slib/Makefile
  gnu/smalltalk/Makefile
  gnu/smarteiffel/Makefile
  gnu/solfege/Makefile
  gnu/sourceinstall-gtk/Makefile
  gnu/sourceinstall/Makefile
=== modified file 'gnu/metahtml/Makefile'
--- a/gnu/metahtml/Makefile     2012-11-17 12:23:32 +0000
+++ b/gnu/metahtml/Makefile     2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = Met-HTML
 GARNAME = metahtml
 GARVERSION = 5.091
 HOME_URL = http://www.gnu.org/software/metahtml/

=== modified file 'gnu/mifluz/Makefile'
--- a/gnu/mifluz/Makefile       2012-11-17 13:08:13 +0000
+++ b/gnu/mifluz/Makefile       2012-12-17 18:49:55 +0000
@@ -1,7 +1,8 @@
+NAME = GNU Mifluz
 GARNAME = mifluz
 GARVERSION = 0.24.0
 HOME_URL = http://www.gnu.org/software/mifluz/
-DESCRIPTION = A C++ library to create text indexes
+DESCRIPTION = A C++ library to create text indices
 
 ######################################################################
 

=== modified file 'gnu/mig/Makefile'
--- a/gnu/mig/Makefile  2012-11-17 13:26:33 +0000
+++ b/gnu/mig/Makefile  2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU MIG
 GARNAME = mig
 GARVERSION = 1.3.1
 HOME_URL = http://www.gnu.org/software/mig

=== modified file 'gnu/miscfiles/Makefile'
--- a/gnu/miscfiles/Makefile    2012-11-17 14:42:19 +0000
+++ b/gnu/miscfiles/Makefile    2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Miscfiles
 GARNAME = miscfiles
 GARVERSION = 1.5
 HOME_URL = http://www.gnu.org/software/miscfiles/

=== modified file 'gnu/mit-scheme/Makefile'
--- a/gnu/mit-scheme/Makefile   2012-11-17 16:25:44 +0000
+++ b/gnu/mit-scheme/Makefile   2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = MIT/GNU Scheme
 GARNAME = mit-scheme
 GARVERSION = 9.1.1
 HOME_URL = http://www.gnu.org/software/mit-scheme

=== modified file 'gnu/moe/Makefile'
--- a/gnu/moe/Makefile  2012-11-17 16:27:22 +0000
+++ b/gnu/moe/Makefile  2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = Moe
 GARNAME = moe
 GARVERSION = 1.4
 HOME_URL = http://www.gnu.org/software/moe

=== modified file 'gnu/motti/Makefile'
--- a/gnu/motti/Makefile        2012-11-17 16:40:12 +0000
+++ b/gnu/motti/Makefile        2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Motti
 GARNAME = motti
 GARVERSION = 3.0.0
 HOME_URL = http://www.gnu.org/software/motti/

=== modified file 'gnu/mpc/Makefile'
--- a/gnu/mpc/Makefile  2012-11-17 17:39:30 +0000
+++ b/gnu/mpc/Makefile  2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU MPC
 GARNAME = mpc
 GARVERSION = 1.0.1
 HOME_URL = http://www.gnu.org/software/mpc

=== modified file 'gnu/mpfr/Makefile'
--- a/gnu/mpfr/Makefile 2012-11-17 17:45:24 +0000
+++ b/gnu/mpfr/Makefile 2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU MPFR
 GARNAME = mpfr
 GARVERSION = 3.1.1
 HOME_URL = http://www.gnu.org/software/mpfr

=== modified file 'gnu/mtools/Makefile'
--- a/gnu/mtools/Makefile       2012-11-17 17:51:34 +0000
+++ b/gnu/mtools/Makefile       2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = mtools
 GARNAME = mtools
 GARVERSION = 4.0.17
 HOME_URL = http://www.gnu.org/software/mtools/

=== modified file 'gnu/myserver/Makefile'
--- a/gnu/myserver/Makefile     2012-11-17 18:13:19 +0000
+++ b/gnu/myserver/Makefile     2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU MyServer
 GARNAME = myserver
 GARVERSION = 0.11
 HOME_URL = http://www.gnu.org/software/myserver/

=== modified file 'gnu/nano/Makefile'
--- a/gnu/nano/Makefile 2012-11-17 18:20:21 +0000
+++ b/gnu/nano/Makefile 2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU nano
 GARNAME = nano
 GARVERSION = 2.3.1
 HOME_URL = http://www.gnu.org/software/nano/

=== modified file 'gnu/ncurses/Makefile'
--- a/gnu/ncurses/Makefile      2012-11-18 13:36:55 +0000
+++ b/gnu/ncurses/Makefile      2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = Ncurses
 GARNAME = ncurses
 GARVERSION = 5.9
 HOME_URL = http://www.gnu.org/software/ncurses/

=== modified file 'gnu/ncursesw/Makefile'
--- a/gnu/ncursesw/Makefile     2012-11-18 13:37:08 +0000
+++ b/gnu/ncursesw/Makefile     2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = Ncursesw
 GARNAME = ncursesw
 GARVERSION = 5.9
 HOME_URL = http://www.gnu.org/software/ncurses/

=== modified file 'gnu/nettle/Makefile'
--- a/gnu/nettle/Makefile       2012-11-18 13:37:22 +0000
+++ b/gnu/nettle/Makefile       2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = Nettle
 GARNAME = nettle
 GARVERSION = 2.5
 HOME_URL = http://www.gnu.org/software/lsh

=== modified file 'gnu/ocrad/Makefile'
--- a/gnu/ocrad/Makefile        2012-11-18 13:37:38 +0000
+++ b/gnu/ocrad/Makefile        2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Ocrad
 GARNAME = ocrad
 GARVERSION = 0.21
 HOME_URL = http://www.gnu.org/software/ocrad

=== modified file 'gnu/octave/Makefile'
--- a/gnu/octave/Makefile       2012-11-18 13:37:49 +0000
+++ b/gnu/octave/Makefile       2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Octave
 GARNAME = octave
 GARVERSION = 3.6.3
 HOME_URL = http://www.gnu.org/software/octave/

=== modified file 'gnu/oleo/Makefile'
--- a/gnu/oleo/Makefile 2012-11-18 13:38:24 +0000
+++ b/gnu/oleo/Makefile 2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = Oleo
 GARNAME = oleo
 GARVERSION = 1.99.16
 HOME_URL = http://www.gnu.org/software/oleo/

=== modified file 'gnu/orgadoc/Makefile'
--- a/gnu/orgadoc/Makefile      2012-11-18 19:42:23 +0000
+++ b/gnu/orgadoc/Makefile      2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU OrgaDoc
 GARNAME = orgadoc
 GARVERSION = 0.8
 HOME_URL = http://www.gnu.org/software/orgadoc/

=== modified file 'gnu/osip/Makefile'
--- a/gnu/osip/Makefile 2012-11-18 19:46:37 +0000
+++ b/gnu/osip/Makefile 2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU oSIP
 GARNAME = libosip2
 GARVERSION = 3.6.0
 HOME_URL = http://www.gnu.org/software/osip/

=== modified file 'gnu/parallel/Makefile'
--- a/gnu/parallel/Makefile     2012-11-22 08:15:53 +0000
+++ b/gnu/parallel/Makefile     2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Parallel
 GARNAME = parallel
 GARVERSION = 20121122
 HOME_URL = http://www.gnu.org/software/parallel

=== modified file 'gnu/parted/Makefile'
--- a/gnu/parted/Makefile       2012-11-18 20:22:04 +0000
+++ b/gnu/parted/Makefile       2012-12-17 18:49:55 +0000
@@ -1,7 +1,9 @@
+NAME = GNU Parted
 GARNAME = parted
 GARVERSION = 3.1
 HOME_URL = http://www.gnu.org/software/parted/
-DESCRIPTION = A tool to create, destroy, resize, check, and copy partitions
+DESCRIPTION = A tool to create, destroy, resize, check, and copy \
+partitions
 
 ######################################################################
 

=== modified file 'gnu/patch/Makefile'
--- a/gnu/patch/Makefile        2012-11-07 07:22:08 +0000
+++ b/gnu/patch/Makefile        2012-12-17 18:49:55 +0000
@@ -1,7 +1,8 @@
+NAME = GNU patch
 GARNAME = patch
 GARVERSION = 2.7.1
 HOME_URL = http://savannah.gnu.org/projects/patch
-DESCRIPTION = GNU Patch, a program to apply differences to files
+DESCRIPTION = A program to apply differences to files
 
 ######################################################################
 

=== modified file 'gnu/pem/Makefile'
--- a/gnu/pem/Makefile  2012-11-18 20:22:16 +0000
+++ b/gnu/pem/Makefile  2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Pem
 GARNAME = pem
 GARVERSION = 0.7.9
 HOME_URL = http://www.gnu.org/software/pem/

=== modified file 'gnu/pexec/Makefile'
--- a/gnu/pexec/Makefile        2012-11-18 20:22:36 +0000
+++ b/gnu/pexec/Makefile        2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = pexec
 GARNAME = pexec
 GARVERSION = 1.0rc8
 HOME_URL = http://www.gnu.org/software/pexec/

=== modified file 'gnu/pies/Makefile'
--- a/gnu/pies/Makefile 2012-11-18 20:25:18 +0000
+++ b/gnu/pies/Makefile 2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = Pies
 GARNAME = pies
 GARVERSION = 1.2
 HOME_URL = http://www.gnu.org/software/pies

=== modified file 'gnu/plotutils/Makefile'
--- a/gnu/plotutils/Makefile    2012-11-18 20:44:27 +0000
+++ b/gnu/plotutils/Makefile    2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = plotutils
 GARNAME = plotutils
 GARVERSION = 2.6
 HOME_URL = http://www.gnu.org/software/plotutils

=== modified file 'gnu/proxyknife/Makefile'
--- a/gnu/proxyknife/Makefile   2012-11-18 20:45:51 +0000
+++ b/gnu/proxyknife/Makefile   2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Proxyknife
 GARNAME = proxyknife
 GARVERSION = 1.7
 HOME_URL = http://www.gnu.org/software/proxyknife

=== modified file 'gnu/pspp/Makefile'
--- a/gnu/pspp/Makefile 2012-11-18 21:23:00 +0000
+++ b/gnu/pspp/Makefile 2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = PSPP
 GARNAME = pspp
 GARVERSION = 0.6.2
 HOME_URL = http://www.gnu.org/software/pspp/

=== modified file 'gnu/pth/Makefile'
--- a/gnu/pth/Makefile  2012-11-18 21:25:51 +0000
+++ b/gnu/pth/Makefile  2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Pth
 GARNAME = pth
 GARVERSION = 2.0.7
 HOME_URL = http://www.gnu.org/software/pth

=== modified file 'gnu/radius/Makefile'
--- a/gnu/radius/Makefile       2012-11-18 21:34:22 +0000
+++ b/gnu/radius/Makefile       2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = Radius
 GARNAME = radius
 GARVERSION = 1.6.1
 HOME_URL = http://www.gnu.org/software/radius/

=== modified file 'gnu/rcs/Makefile'
--- a/gnu/rcs/Makefile  2012-11-18 22:06:41 +0000
+++ b/gnu/rcs/Makefile  2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU RCS
 GARNAME = rcs
 GARVERSION = 5.8.1
 HOME_URL = http://www.gnu.org/software/rcs/

=== modified file 'gnu/readline/Makefile'
--- a/gnu/readline/Makefile     2012-11-18 22:09:02 +0000
+++ b/gnu/readline/Makefile     2012-12-17 18:49:55 +0000
@@ -1,7 +1,9 @@
+NAME = GNU Readline
 GARNAME = readline
 GARVERSION = 6.2
 HOME_URL = http://www.gnu.org/software/readline/
-DESCRIPTION = The GNU Readline library
+DESCRIPTION = A library that allows users to edit command lines as \
+they are typed in.
 
 ######################################################################
 

=== modified file 'gnu/recutils/Makefile'
--- a/gnu/recutils/Makefile     2012-11-18 22:13:37 +0000
+++ b/gnu/recutils/Makefile     2012-12-17 18:49:55 +0000
@@ -1,8 +1,9 @@
+NAME = GNU Recutils
 GARNAME = recutils
 GARVERSION = 1.5
 HOME_URL = http://www.gnu.org/software/recutils
-DESCRIPTION = A set of tools and libraries to access simple human-editable,\
-text-based databases.
+DESCRIPTION = A set of tools and libraries to access simple \
+human-editable, text-based databases.
 
 ######################################################################
 

=== modified file 'gnu/rottlog/Makefile'
--- a/gnu/rottlog/Makefile      2012-11-20 15:39:20 +0000
+++ b/gnu/rottlog/Makefile      2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Rot[t]log
 GARNAME = rottlog
 GARVERSION = 0.72.2
 HOME_URL = http://www.gnu.org/software/rottlog

=== modified file 'gnu/rush/Makefile'
--- a/gnu/rush/Makefile 2012-11-20 18:24:20 +0000
+++ b/gnu/rush/Makefile 2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Rush
 GARNAME = rush
 GARVERSION = 1.7
 HOME_URL = http://www.gnu.org/software/rush/

=== modified file 'gnu/sather/Makefile'
--- a/gnu/sather/Makefile       2012-11-20 18:53:13 +0000
+++ b/gnu/sather/Makefile       2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Sather
 GARNAME = sather
 GARVERSION = 1.2.3
 HOME_URL = http://www.gnu.org/software/sather/

=== modified file 'gnu/sauce/Makefile'
--- a/gnu/sauce/Makefile        2012-11-20 20:57:19 +0000
+++ b/gnu/sauce/Makefile        2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU SAUCE
 GARNAME = sauce
 GARVERSION = 0.7.7
 HOME_URL = http://www.gnu.org/software/sauce/

=== modified file 'gnu/scm/Makefile'
--- a/gnu/scm/Makefile  2012-11-11 18:40:40 +0000
+++ b/gnu/scm/Makefile  2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = SCM
 GARNAME = scm
 GARVERSION = 5e7
 HOME_URL =  http://people.csail.mit.edu/jaffer/SCM

=== modified file 'gnu/screen/Makefile'
--- a/gnu/screen/Makefile       2012-11-20 21:07:24 +0000
+++ b/gnu/screen/Makefile       2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Screen
 GARNAME = screen
 GARVERSION = 4.0.3
 HOME_URL = http://www.gnu.org/software/screen

=== modified file 'gnu/sed/Makefile'
--- a/gnu/sed/Makefile  2012-11-20 21:09:16 +0000
+++ b/gnu/sed/Makefile  2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAMe = GNU sed
 GARNAME = sed
 GARVERSION = 4.2.1
 HOME_URL = http://www.gnu.org/software/sed/

=== modified file 'gnu/serveez/Makefile'
--- a/gnu/serveez/Makefile      2012-11-20 22:14:56 +0000
+++ b/gnu/serveez/Makefile      2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = Serveez
 GARNAME = serveez
 GARVERSION = 0.1.7
 HOME_URL = http://www.gnu.org/software/serveez/

=== modified file 'gnu/sharutils/Makefile'
--- a/gnu/sharutils/Makefile    2012-11-20 22:19:58 +0000
+++ b/gnu/sharutils/Makefile    2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = Sharutils
 GARNAME = sharutils
 GARVERSION = 4.11.1
 HOME_URL = http://www.gnu.org/software/sharutils/

=== modified file 'gnu/shishi/Makefile'
--- a/gnu/shishi/Makefile       2012-11-20 22:45:00 +0000
+++ b/gnu/shishi/Makefile       2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Shishi
 GARNAME = shishi
 GARVERSION = 1.0.1
 HOME_URL = http://www.gnu.org/software/shishi/

=== modified file 'gnu/shmm/Makefile'
--- a/gnu/shmm/Makefile 2012-11-20 22:46:42 +0000
+++ b/gnu/shmm/Makefile 2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = SHMM
 GARNAME = shmm
 GARVERSION = 1.0
 HOME_URL = http://www.gnu.org/software/shmm

=== modified file 'gnu/shtool/Makefile'
--- a/gnu/shtool/Makefile       2012-11-20 22:48:36 +0000
+++ b/gnu/shtool/Makefile       2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU shtool
 GARNAME = shtool
 GARVERSION = 2.0.8
 HOME_URL = http://www.gnu.org/software/shtool/

=== modified file 'gnu/sipwitch/Makefile'
--- a/gnu/sipwitch/Makefile     2012-11-22 19:21:42 +0000
+++ b/gnu/sipwitch/Makefile     2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU SIP Witch
 GARNAME = sipwitch
 GARVERSION = 1.3.3
 HOME_URL = http://www.gnu.org/software/sipwitch/

=== modified file 'gnu/slib/Makefile'
--- a/gnu/slib/Makefile 2012-12-16 21:27:39 +0000
+++ b/gnu/slib/Makefile 2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = SLIB
 GARNAME = slib
 GARVERSION = 3b3
 HOME_URL =  http://people.csail.mit.edu/jaffer/SLIB.html

=== modified file 'gnu/smalltalk/Makefile'
--- a/gnu/smalltalk/Makefile    2012-11-20 22:58:42 +0000
+++ b/gnu/smalltalk/Makefile    2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Smalltalk
 GARNAME = smalltalk
 GARVERSION = 3.2.4
 HOME_URL = http://www.gnu.org/software/smalltalk

=== modified file 'gnu/smarteiffel/Makefile'
--- a/gnu/smarteiffel/Makefile  2012-11-18 13:39:49 +0000
+++ b/gnu/smarteiffel/Makefile  2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = SmartEiffel
 GARNAME = smarteiffel
 GARVERSION = 2.3
 HOME_URL = http://smarteiffel.loria.fr/

=== modified file 'gnu/solfege/Makefile'
--- a/gnu/solfege/Makefile      2012-12-06 21:55:12 +0000
+++ b/gnu/solfege/Makefile      2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Solfege
 GARNAME = solfege
 GARVERSION = 3.20.7
 HOME_URL = http://www.gnu.org/software/solfege

=== modified file 'gnu/sourceinstall-gtk/Makefile'
--- a/gnu/sourceinstall-gtk/Makefile    2012-11-21 10:11:52 +0000
+++ b/gnu/sourceinstall-gtk/Makefile    2012-12-17 18:49:55 +0000
@@ -1,7 +1,8 @@
+NAME = GNU Source Installer (GTK+)
 GARNAME = sourceinstall-gtk
 GARVERSION = 2.5
 HOME_URL = http://www.gnu.org/software/sourceinstall
-DESCRIPTION = Easily install software from its sourc (GTK interface)
+DESCRIPTION = Easily install software from its sourc (GTK+ interface)
 
 ######################################################################
 

=== modified file 'gnu/sourceinstall/Makefile'
--- a/gnu/sourceinstall/Makefile        2012-11-21 10:09:19 +0000
+++ b/gnu/sourceinstall/Makefile        2012-12-17 18:49:55 +0000
@@ -1,3 +1,4 @@
+NAME = GNU Source Installer
 GARNAME = sourceinstall
 GARVERSION = 2.5
 HOME_URL = http://www.gnu.org/software/sourceinstall


reply via email to

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