gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1206: clean up pspp


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

------------------------------------------------------------
revno: 1206
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-18 22:23:00 +0100
message:
  clean up pspp
added:
  gnu/pspp/config.mk
modified:
  gnu/pspp/Makefile
=== modified file 'gnu/pspp/Makefile'
--- a/gnu/pspp/Makefile 2010-09-03 19:38:25 +0000
+++ b/gnu/pspp/Makefile 2012-11-18 21:23:00 +0000
@@ -1,18 +1,21 @@
 GARNAME = pspp
 GARVERSION = 0.6.2
+HOME_URL = http://www.gnu.org/software/pspp/
+DESCRIPTION = A program for statistical analysis
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = pspp/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-LIBDEPS = gsl plotutils
-
-CONFIGURE_OPTS = --without-gui
-
-HOME_URL = http://www.gnu.org/software/pspp/
-DESCRIPTION = PSPP
+BUILDDEPS = 
+LIBDEPS = gsl plotutils ncurses readline libxml2 zlib
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+
+CONFIGURE_ARGS += --with-libreadline-prefix=$(prefix)

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


reply via email to

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