gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1181: clean up mpc


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1181: clean up mpc
Date: Sat, 17 Nov 2012 18:39:30 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1181
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2012-11-17 18:39:30 +0100
message:
  clean up mpc
added:
  gnu/mpc/config.mk
modified:
  gnu/mpc/Makefile
=== modified file 'gnu/mpc/Makefile'
--- a/gnu/mpc/Makefile  2012-09-07 21:29:48 +0000
+++ b/gnu/mpc/Makefile  2012-11-17 17:39:30 +0000
@@ -1,16 +1,19 @@
 GARNAME = mpc
 GARVERSION = 1.0.1
+HOME_URL = http://www.gnu.org/software/mpc
+DESCRIPTION = A library for arithmatic of complex numbers
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = mpc/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/mpc
-DESCRIPTION = A library for arithmatic of complex numbers
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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