gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1208: cleanup radius


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1208: cleanup radius
Date: Sun, 18 Nov 2012 22:34:22 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1208
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-18 22:34:22 +0100
message:
  cleanup radius
added:
  gnu/radius/config.mk
modified:
  gnu/radius/Makefile
=== modified file 'gnu/radius/Makefile'
--- a/gnu/radius/Makefile       2010-06-11 09:29:17 +0000
+++ b/gnu/radius/Makefile       2012-11-18 21:34:22 +0000
@@ -1,16 +1,19 @@
 GARNAME = radius
 GARVERSION = 1.6.1
+HOME_URL = http://www.gnu.org/software/radius/
+DESCRIPTION = A remote authentication and accounting system
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = radius/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS = m4 groff readline
-# LIBDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/radius/
-DESCRIPTION = GNU Radius remote authentication and accounting system
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/radius/config.mk'
--- a/gnu/radius/config.mk      1970-01-01 00:00:00 +0000
+++ b/gnu/radius/config.mk      2012-11-18 21:34:22 +0000
@@ -0,0 +1,4 @@
+## Configuration options for radius ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

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