gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1125: clean up httptunnel


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1125: clean up httptunnel
Date: Sun, 11 Nov 2012 17:24:42 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1125
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 17:24:42 +0100
message:
  clean up httptunnel
added:
  gnu/httptunnel/config.mk
modified:
  gnu/httptunnel/Makefile
=== modified file 'gnu/httptunnel/Makefile'
--- a/gnu/httptunnel/Makefile   2010-06-15 13:35:13 +0000
+++ b/gnu/httptunnel/Makefile   2012-11-11 16:24:42 +0000
@@ -1,16 +1,19 @@
 GARNAME = httptunnel
 GARVERSION = 3.3
+HOME_URL = http://www.gnu.org/software/httptunnel
+DESCRIPTION = Creates a bidirectional data path tunneled in HTTP requests
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = httptunnel/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
-# SIGFILES = 
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/httptunnel
-# DESCRIPTION = 
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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