gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1134: clean up jel and make the build


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1134: clean up jel and make the build recipe do something
Date: Sun, 11 Nov 2012 21:38:54 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1134
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 21:38:54 +0100
message:
  clean up jel and make the build recipe do something
added:
  gnu/jel/config.mk
modified:
  gnu/jel/Makefile
=== modified file 'gnu/jel/Makefile'
--- a/gnu/jel/Makefile  2010-06-10 20:16:29 +0000
+++ b/gnu/jel/Makefile  2012-11-11 20:38:54 +0000
@@ -1,16 +1,27 @@
 GARNAME = jel
 GARVERSION = 2.0.1
+HOME_URL = http://www.gnu.org/software/jel/
+DESCRIPTION = Java Expressions Library
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = jel/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/jel/
-DESCRIPTION = Java Expressions Library
-
-include ../../gar.lib/auto.mk
+INSTALL_SCRIPTS = jar
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+EXTRACTDIR = $(WORKSRC)
+
+include ../../gar.mk
+include config.mk
+
+install-jar:
+       $(INSTALL_ENV) install -m644 -D $(WORKSRC)/lib/jel.jar \
+               $(packageprefix)/share/java/jel.jar 
+       $(MAKECOOKIE)

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


reply via email to

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