gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1036: clean up gleem, but build fails


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1036: clean up gleem, but build fails
Date: Fri, 02 Nov 2012 18:06:12 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1036
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Fri 2012-11-02 18:06:12 +0100
message:
  clean up gleem, but build fails
added:
  gnu/gleem/config.mk
modified:
  gnu/gleem/Makefile
=== modified file 'gnu/gleem/Makefile'
--- a/gnu/gleem/Makefile        2010-06-10 20:16:29 +0000
+++ b/gnu/gleem/Makefile        2012-11-02 17:06:12 +0000
@@ -1,16 +1,34 @@
 GARNAME = gleem
 GARVERSION = 1.2.1
+HOME_URL = http://www.gnu.org/software/gleem/
+DESCRIPTION = Widgets to allow user manipulation of a 3D scene
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = gleem/
+MASTER_SUBDIR = $(GARNAME)/
 
 DISTFILES = $(DISTNAME).tar.gz
-# SIGFILES = 
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/gleem/
-DESCRIPTION = gleem
-
-include ../../gar.lib/auto.mk
+SIGFILES = 
+BUILD_SCRIPTS = $(WORKSRC)/c++-impl/gleem/Makefile \
+               $(WORKSRC)/gl4java-impl/Makefile \
+INSTALL_SCRIPTS = $(WORKSRC)/c++-impl/gleem/Makefile \
+                 $(WORKSRC)/gl4java-impl/Makefile \
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../gar.mk
+include config.mk
+
+BUILD_ARGS += prefix=$(prefix)
+
+build-%/Makefile:
+       $(BUILD_ENV) $(MAKE) -C $* $(BUILD_ARGS)
+       $(MAKECOOKIE)
+
+install-%/Makefile:
+       $(INSTALL_ENV) $(MAKE) -C $* $(MAKE_ARGS) $(INSTALL_ARGS) install
+       $(MAKECOOKIE)

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


reply via email to

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