gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1207: clean up pth


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1207: clean up pth
Date: Sun, 18 Nov 2012 22:25:51 +0100
User-agent: Bazaar (2.5.0)

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

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


reply via email to

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