gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1148: clean up libsrcinst


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

------------------------------------------------------------
revno: 1148
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 22:25:10 +0100
message:
  clean up libsrcinst
added:
  gnu/libsrcinst/config.mk
modified:
  gnu/libsrcinst/Makefile
=== modified file 'gnu/libsrcinst/Makefile'
--- a/gnu/libsrcinst/Makefile   2011-01-30 20:04:29 +0000
+++ b/gnu/libsrcinst/Makefile   2012-11-11 21:25:10 +0000
@@ -1,16 +1,19 @@
 GARNAME = libsrcinst
 GARVERSION = 2.5
+HOME_URL = http://www.gnu.org/software/sourceinstall
+DESCRIPTION = GNU Source Installer (backend library)
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = sourceinstall/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/sourceinstall
-DESCRIPTION = GNU Source Installer (backend library)
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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