gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1146: clean up libmicrohttpd


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

------------------------------------------------------------
revno: 1146
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 22:20:55 +0100
message:
  clean up libmicrohttpd
added:
  gnu/libmicrohttpd/config.mk
modified:
  gnu/libmicrohttpd/Makefile
=== modified file 'gnu/libmicrohttpd/Makefile'
--- a/gnu/libmicrohttpd/Makefile        2012-10-03 18:46:34 +0000
+++ b/gnu/libmicrohttpd/Makefile        2012-11-11 21:20:55 +0000
@@ -1,16 +1,19 @@
 GARNAME = libmicrohttpd
 GARVERSION = 0.9.22
+HOME_URL = http://www.gnu.org/software/libmicrohttpd/
+DESCRIPTION = An embeddable HTTP server library
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = libmicrohttpd/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS = curl
-# LIBDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/libmicrohttpd/
-DESCRIPTION = GNU libmicrohttpd, an embeddable HTTP server library
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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