gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1266: clean up zrtp but build fails


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1266: clean up zrtp but build fails
Date: Wed, 21 Nov 2012 23:40:49 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1266
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-21 23:40:49 +0100
message:
  clean up zrtp but build fails
added:
  gnu/zrtp/config.mk
modified:
  TODO
  gnu/zrtp/Makefile
=== modified file 'TODO'
--- a/TODO      2012-11-21 21:52:57 +0000
+++ b/TODO      2012-11-21 22:40:49 +0000
@@ -144,4 +144,5 @@
 ** swbis: won't include tar.h properly(?)
 ** termutils: weird string.h build error
 ** xlogmaster: gnome hell
+** zrtp: cmake hell
 

=== modified file 'gnu/zrtp/Makefile'
--- a/gnu/zrtp/Makefile 2011-06-01 11:09:46 +0000
+++ b/gnu/zrtp/Makefile 2012-11-21 22:40:49 +0000
@@ -1,16 +1,21 @@
 GARNAME = libzrtpcpp
 GARVERSION = 2.0.0
+HOME_URL = http://www.gnutelephony.org/index.php/GNU_ZRTP
+DESCRIPTION = A C++ implementation of the ZRTP specification
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = ccrtp/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
+WORKOBJ = $(WORKDIR)/build-$(GARVERSION)/
+CONFIGURE_SCRIPTS = $(WORKSRC)/CMakeLists.txt
 
-#BUILDDEPS =  
+BUILDDEPS =  
 LIBDEPS = libgcrypt ccrtp
 
-HOME_URL = http://www.gnutelephony.org/index.php/GNU_ZRTP
-DESCRIPTION = GNU ZRTP is a C++ implementation of Phil Zimmermann's ZRTP 
specification
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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