gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1035: clean up gift and fix build


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1035: clean up gift and fix build
Date: Fri, 02 Nov 2012 17:36:41 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1035
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Fri 2012-11-02 17:36:41 +0100
message:
  clean up gift and fix build
added:
  gnu/gift/config.mk
modified:
  gnu/gift/Makefile
  gnu/gift/sha256sums
=== modified file 'gnu/gift/Makefile'
--- a/gnu/gift/Makefile 2010-06-10 20:16:29 +0000
+++ b/gnu/gift/Makefile 2012-11-02 16:36:41 +0000
@@ -1,16 +1,24 @@
 GARNAME = gift
 GARVERSION = 0.1.14
+HOME_URL = http://www.gnu.org/software/gift/
+DESCRIPTION = (GIFT) GNU Image Finding Tool
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = gift/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/gift/
-DESCRIPTION = (GIFT) GNU Image Finding Tool
+PATCHFILES = fix-build.diff
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+USE_AUTORECONF = y
 
 include ../../gar.lib/auto.mk
+include config.mk
+
+PATCHOPTS = -p0

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

=== modified file 'gnu/gift/sha256sums'
--- a/gnu/gift/sha256sums       2010-06-11 09:39:08 +0000
+++ b/gnu/gift/sha256sums       2012-11-02 16:36:41 +0000
@@ -1,2 +1,3 @@
 6a59422f98d8b2fff207263e4d147188a81e88a1ad343b9682df455ecd3f6c38  
download/gift-0.1.14.tar.gz
+04b7afd7da4fe6f8bda8e72904f13466d9470e9226b1953c0df743647fdd9566  
download/fix-build.diff
 23924afe6d4164d3f954fe7fae9f795f7203888c1a453874d8d7fee03b5d5505  
download/gift-0.1.14.tar.gz.sig


reply via email to

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