gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1250: clean up ucommon


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1250: clean up ucommon
Date: Wed, 21 Nov 2012 19:20:20 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1250
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-21 19:20:20 +0100
message:
  clean up ucommon
added:
  gnu/ucommon/config.mk
modified:
  gnu/ucommon/Makefile
=== modified file 'gnu/ucommon/Makefile'
--- a/gnu/ucommon/Makefile      2012-08-25 22:15:17 +0000
+++ b/gnu/ucommon/Makefile      2012-11-21 18:20:20 +0000
@@ -1,18 +1,19 @@
 GARNAME = ucommon
 GARVERSION = 5.2.2
+HOME_URL = http://www.gnu.org/software/commoncpp
+DESCRIPTION = A portable C++ library
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = commoncpp/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = gnutls
 
-HOME_URL = http://www.gnu.org/software/commoncpp
-# DESCRIPTION = 
-
-CONFIGURE_OPTS = --with-sslstack=gnutls
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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