gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1150: clean up libunistring


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

------------------------------------------------------------
revno: 1150
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 22:30:12 +0100
message:
  clean up libunistring
added:
  gnu/libunistring/config.mk
modified:
  gnu/libunistring/Makefile
=== modified file 'gnu/libunistring/Makefile'
--- a/gnu/libunistring/Makefile 2010-06-11 09:29:17 +0000
+++ b/gnu/libunistring/Makefile 2012-11-11 21:30:12 +0000
@@ -1,16 +1,19 @@
 GARNAME = libunistring
 GARVERSION = 0.9.3
+HOME_URL = http://www.gnu.org/software/libunistring/
+DESCRIPTION = A Unicode string library
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = libunistring/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/libunistring/
-DESCRIPTION = GNU Libunistring, a Unicode string library
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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