gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1107: clean up gsasl


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1107: clean up gsasl
Date: Sun, 11 Nov 2012 00:11:20 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1107
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 00:11:20 +0100
message:
  clean up gsasl
added:
  gnu/gsasl/config.mk
modified:
  gnu/gsasl/Makefile
=== modified file 'gnu/gsasl/Makefile'
--- a/gnu/gsasl/Makefile        2012-08-20 21:46:14 +0000
+++ b/gnu/gsasl/Makefile        2012-11-10 23:11:20 +0000
@@ -1,16 +1,19 @@
 GARNAME = gsasl
 GARVERSION = 1.8.0
+HOME_URL = http://www.gnu.org/software/gsasl/
+DESCRIPTION = Simple Authentication and Security Layer library
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = gsasl/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/gsasl/
-DESCRIPTION = GNU SASL, Simple Authentication and Security Layer library
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/gsasl/config.mk'
--- a/gnu/gsasl/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/gsasl/config.mk       2012-11-10 23:11:20 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gsasl ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

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