gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1202: clean up pexec and fix install


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1202: clean up pexec and fix install
Date: Sun, 18 Nov 2012 21:22:36 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1202
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-18 21:22:36 +0100
message:
  clean up pexec and fix install
added:
  gnu/pexec/config.mk
  gnu/pexec/files/
  gnu/pexec/files/pexec-1.0rc8-fix-install.diff
modified:
  gnu/pexec/Makefile
  gnu/pexec/sha256sums
=== modified file 'gnu/pexec/Makefile'
--- a/gnu/pexec/Makefile        2010-06-10 20:16:29 +0000
+++ b/gnu/pexec/Makefile        2012-11-18 20:22:36 +0000
@@ -1,16 +1,20 @@
 GARNAME = pexec
 GARVERSION = 1.0rc8
+HOME_URL = http://www.gnu.org/software/pexec/
+DESCRIPTION = Execute shell scripts in parallel
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = pexec/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/pexec/
-DESCRIPTION = pexec
+PATCHFILES = $(DISTNAME)-fix-install.diff
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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

=== added directory 'gnu/pexec/files'
=== added file 'gnu/pexec/files/pexec-1.0rc8-fix-install.diff'
--- a/gnu/pexec/files/pexec-1.0rc8-fix-install.diff     1970-01-01 00:00:00 
+0000
+++ b/gnu/pexec/files/pexec-1.0rc8-fix-install.diff     2012-11-18 20:22:36 
+0000
@@ -0,0 +1,22 @@
+diff -x config.log -x config.status -ru work/pexec-1.0rc8/Makefile.in 
work/pexec-1.0rc8/Makefile.in
+--- work/pexec-1.0rc8/Makefile.in      2009-09-14 21:38:47.000000000 +0200
++++ work/pexec-1.0rc8/Makefile.in      2012-11-18 21:13:52.527835493 +0100
+@@ -54,12 +54,12 @@
+       test -f ./doc/pexec.1 || $(HELP2MAN) -h --long-help ./src/pexec > 
./doc/pexec.1  
+ 
+ install: src info man
+-      install -d ${bindir} 
+-      install -m 0755 ./src/pexec ${bindir}
+-      install -d ${mandir}/man1
+-      test -s ./doc/pexec.1 && install -m 0644 ./doc/pexec.1 ${mandir}/man1 
|| true
+-      install -d ${infodir} 
+-      install -m 0644 ./doc/pexec.info ${infodir}
++      install -d $(DESTDIR)${bindir} 
++      install -m 0755 ./src/pexec $(DESTDIR)${bindir}
++      install -d $(DESTDIR)${mandir}/man1
++      test -s ./doc/pexec.1 && install -m 0644 ./doc/pexec.1 
$(DESTDIR)${mandir}/man1 || true
++      install -d $(DESTDIR)${infodir} 
++      install -m 0644 ./doc/pexec.info $(DESTDIR)${infodir}
+ 
+ install-strip: install
+       strip   ${bindir}/pexec

=== modified file 'gnu/pexec/sha256sums'
--- a/gnu/pexec/sha256sums      2010-06-11 09:39:08 +0000
+++ b/gnu/pexec/sha256sums      2012-11-18 20:22:36 +0000
@@ -1,2 +1,3 @@
 a968e4774eef80b8b1de3c10e6c0ad2ebeeb732b10e438596f110aa6aaf94a64  
download/pexec-1.0rc8.tar.gz
+85fcc8088f79e039b36e5df62edbcc77d4c0656d31a685e7d6e799aa3ab6bb8b  
download/pexec-1.0rc8-fix-install.diff
 b81ceff741f16e0452c1d0c7c2b117c0e1e832dd67fe4edb9f211f544fd5eb27  
download/pexec-1.0rc8.tar.gz.sig


reply via email to

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