gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1147: clean up libsigsegv


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

------------------------------------------------------------
revno: 1147
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 22:22:24 +0100
message:
  clean up libsigsegv
added:
  gnu/libsigsegv/config.mk
modified:
  gnu/libsigsegv/Makefile
=== modified file 'gnu/libsigsegv/Makefile'
--- a/gnu/libsigsegv/Makefile   2011-04-03 22:30:10 +0000
+++ b/gnu/libsigsegv/Makefile   2012-11-11 21:22:24 +0000
@@ -1,16 +1,19 @@
 GARNAME = libsigsegv
 GARVERSION = 2.10
+HOME_URL = http://www.gnu.org/software/libsigsegv/
+DESCRIPTION = A library to handle page faults in user mode
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = libsigsegv/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/libsigsegv/
-DESCRIPTION = GNU libsigsegv, a library to handle page faults in user mode
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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