gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1154: clean up liquidwar6


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

------------------------------------------------------------
revno: 1154
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 23:25:15 +0100
message:
  clean up liquidwar6
added:
  gnu/liquidwar6/config.mk
modified:
  gnu/liquidwar6/Makefile
=== modified file 'gnu/liquidwar6/Makefile'
--- a/gnu/liquidwar6/Makefile   2012-08-26 22:02:58 +0000
+++ b/gnu/liquidwar6/Makefile   2012-11-11 22:25:15 +0000
@@ -1,19 +1,22 @@
 GARNAME = liquidwar6
 GARVERSION = 0.0.13beta
+HOME_URL = http://www.gnu.org/software/liquidwar6
+DESCRIPTION = Fast-paced, tactical action game
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = liquidwar6/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-#BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = libiconv guile gmp gc libtool zlib libpng libsdl libsdl_image 
libsdl_ttf libsdl_mixer # expat libjpeg
 
-HOME_URL = http://www.gnu.org/software/liquidwar6
-DESCRIPTION = Fast-paced, tactical action game
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
 
-CONFIGURE_OPTS = --with-libiconv-prefix=$(prefix) 
+CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix) 
 LDFLAGS += -liconv

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


reply via email to

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