gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1048: clean up gnubiff


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1048: clean up gnubiff
Date: Sun, 04 Nov 2012 17:25:37 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1048
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-04 17:25:37 +0100
message:
  clean up gnubiff
added:
  gnu/gnubiff/config.mk
modified:
  gnu/gnubiff/Makefile
=== modified file 'gnu/gnubiff/Makefile'
--- a/gnu/gnubiff/Makefile      2012-08-31 22:24:03 +0000
+++ b/gnu/gnubiff/Makefile      2012-11-04 16:25:37 +0000
@@ -1,21 +1,22 @@
 GARNAME = gnubiff
 GARVERSION = 2.2.15
+HOME_URL = http://www.gnu.org/software/gnubiff
+DESCRIPTION = A mail notification program
+
+######################################################################
 
 MASTER_SITES = $(MASTER_SOURCEFORGE)
 MASTER_SUBDIR = $(GARNAME)/files/$(GARNAME)/$(GARVERSION)/
-
 DISTFILES = $(DISTNAME).tar.gz
-#SIGFILES = $(DISTNAME).tar.gz.sig
+IGFILES = 
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = gtk intltool
 
-HOME_URL = http://www.gnu.org/software/gnubiff
-DESCRIPTION = A mail notification program
+######################################################################
 
 include ../../gar.lib/auto.mk
-
-CONFIGURE_OPTS = --disable-gnome --disable-fam
+include config.mk
 
 pre-configure:
        @sed -i -e 's/\(GNUBIFF_DEP_LIBS = @address@hidden)/\1 -lgthread-2.0/' \

=== added file 'gnu/gnubiff/config.mk'
--- a/gnu/gnubiff/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnu/gnubiff/config.mk     2012-11-04 16:25:37 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gnubiff ##
+
+CONFIGURE_OPTS ?= --disable-gnome --disable-fam
+BUILD_OPTS ?=


reply via email to

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