gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1211: clean up readline


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1211: clean up readline
Date: Sun, 18 Nov 2012 23:09:02 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1211
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-18 23:09:02 +0100
message:
  clean up readline
added:
  gnu/readline/config.mk
modified:
  gnu/readline/Makefile
=== modified file 'gnu/readline/Makefile'
--- a/gnu/readline/Makefile     2012-08-25 22:15:17 +0000
+++ b/gnu/readline/Makefile     2012-11-18 22:09:02 +0000
@@ -1,20 +1,19 @@
 GARNAME = readline
 GARVERSION = 6.2
+HOME_URL = http://www.gnu.org/software/readline/
+DESCRIPTION = The GNU Readline library
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = readline/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = ncurses
 
-# FIXME: readline should detect this in support/shobj-conf (or use libtool!)
-CONFIGURE_OPTS = --with-curses
-BUILD_ARGS = SHLIB_LIBS=-lncurses
-
-HOME_URL = http://www.gnu.org/software/readline/
-DESCRIPTION = The GNU Readline library
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/readline/config.mk'
--- a/gnu/readline/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/readline/config.mk    2012-11-18 22:09:02 +0000
@@ -0,0 +1,4 @@
+## Configuration options for readline ##
+
+CONFIGURE_OPTS ?= --with-curses
+BUILD_OPTS ?=


reply via email to

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