gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1273: fix barcode install


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1273: fix barcode install
Date: Thu, 22 Nov 2012 19:16:05 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1273
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2012-11-22 19:16:05 +0100
message:
  fix barcode install
added:
  gnu/barcode/files/
  gnu/barcode/files/barcode-0.98-fix-install.diff
modified:
  gnu/barcode/Makefile
  gnu/barcode/sha256sums
=== modified file 'gnu/barcode/Makefile'
--- a/gnu/barcode/Makefile      2012-10-27 23:43:13 +0000
+++ b/gnu/barcode/Makefile      2012-11-22 18:16:05 +0000
@@ -9,6 +9,7 @@
 MASTER_SUBDIR = barcode/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = 
+PATCHFILES = $(DISTNAME)-fix-install.diff
 
 BUILDDEPS = 
 LIBDEPS = 

=== added directory 'gnu/barcode/files'
=== added file 'gnu/barcode/files/barcode-0.98-fix-install.diff'
--- a/gnu/barcode/files/barcode-0.98-fix-install.diff   1970-01-01 00:00:00 
+0000
+++ b/gnu/barcode/files/barcode-0.98-fix-install.diff   2012-11-22 18:16:05 
+0000
@@ -0,0 +1,36 @@
+diff -x config.log -x config.status -ru work/barcode-0.98/Makefile.in 
work/barcode-0.98/Makefile.in
+--- work/barcode-0.98/Makefile.in      2001-10-17 15:26:21.000000000 +0200
++++ work/barcode-0.98/Makefile.in      2012-11-22 19:13:34.879409422 +0100
+@@ -1,7 +1,7 @@
+ #
+ # This Makefile should run fine with both pmake and gmake
+ #
+-
++DESTDIR = 
+ CC = @CC@
+ CFLAGS = @CFLAGS@ @DEFS@ @NO_GETOPT@ @NO_LIBPAPER@ @NO_STRERROR@
+ RANLIB = @RANLIB@
+@@ -63,14 +63,15 @@
+       cd doc && $(MAKE) 
+ 
+ install:
+-      $(INSTALL) -d $(BINDIR) $(INCDIR) $(LIBDIR) $(MAN1DIR) \
+-              $(MAN3DIR) $(INFODIR)
+-      $(INSTALL) -c $(TARGET) $(BINDIR)
+-      $(INSTALL) -c -m 0644 $(HEADER) $(INCDIR)
+-      $(INSTALL) -c -m 0644  $(LIBRARY) $(LIBDIR)
+-      $(INSTALL) -c -m 0644  $(MAN1) $(MAN1DIR)
+-      $(INSTALL) -c -m 0644  $(MAN3) $(MAN3DIR)
+-      $(INSTALL) -c -m 0644  $(INFO) $(INFODIR)
++      $(INSTALL) -d $(DESTDIR)$(BINDIR) $(DESTDIR)$(INCDIR) \
++              $(DESTDIR)$(LIBDIR) $(DESTDIR)$(MAN1DIR) \
++              $(DESTDIR)$(MAN3DIR) $(DESTDIR)$(INFODIR)
++      $(INSTALL) -c $(TARGET) $(DESTDIR)$(BINDIR)
++      $(INSTALL) -c -m 0644 $(HEADER) $(DESTDIR)$(INCDIR)
++      $(INSTALL) -c -m 0644  $(LIBRARY) $(DESTDIR)$(LIBDIR)
++      $(INSTALL) -c -m 0644  $(MAN1) $(DESTDIR)$(MAN1DIR)
++      $(INSTALL) -c -m 0644  $(MAN3) $(DESTDIR)$(MAN3DIR)
++      $(INSTALL) -c -m 0644  $(INFO) $(DESTDIR)$(INFODIR)
+ 
+ uninstall:
+       $(RM) -f $(BINDIR)/$(TARGET)

=== modified file 'gnu/barcode/sha256sums'
--- a/gnu/barcode/sha256sums    2012-08-30 22:09:52 +0000
+++ b/gnu/barcode/sha256sums    2012-11-22 18:16:05 +0000
@@ -1,1 +1,2 @@
 4229e19279b9787ac7e98852fa0bfd93986dce93b9cb07d93a017d68d409b635  
download/barcode-0.98.tar.gz
+ab9e53cbe70e0f041c017b27477723d73ff325f0c89889dbec6f84f7bb4c4d49  
download/barcode-0.98-fix-install.diff


reply via email to

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