4 changed files with 28 additions and 5 deletions
@ -1 +0,0 @@
|
||||
cc5286ffc55ae1af1a5c48b26ff337f4a2f94834 EMBOSS-6.4.0.tar.gz |
@ -0,0 +1,23 @@
|
||||
diff -Naur EMBOSS-6.5.7.orig/Makefile.am EMBOSS-6.5.7/Makefile.am
|
||||
--- EMBOSS-6.5.7.orig/Makefile.am 2012-07-22 13:16:46.000000000 +0200
|
||||
+++ EMBOSS-6.5.7/Makefile.am 2012-09-22 17:53:10.139185320 +0200
|
||||
@@ -32,6 +32,3 @@
|
||||
### tar cBf - plplot/lib | ( cd $(distdir); tar xBf - ; find plplot -name CVS | xargs rm -rf )
|
||||
tar cBf - doc | ( cd $(distdir); tar xBf - ; find doc -name CVS | xargs rm -rf; )
|
||||
tar cBf - jemboss | ( cd $(distdir); tar xBf - ; find jemboss -name CVS | xargs rm -rf; find jemboss -name Makefile | xargs rm -rf; find jemboss -name .cvsignore | xargs rm -rf )
|
||||
-
|
||||
-install-exec-hook:
|
||||
- $(bindir)/embossupdate
|
||||
diff -Naur EMBOSS-6.5.7.orig/Makefile.in EMBOSS-6.5.7/Makefile.in
|
||||
--- EMBOSS-6.5.7.orig/Makefile.in 2012-07-24 16:11:48.000000000 +0200
|
||||
+++ EMBOSS-6.5.7/Makefile.in 2012-09-22 17:53:17.575133039 +0200
|
||||
@@ -790,9 +790,6 @@
|
||||
tar cBf - doc | ( cd $(distdir); tar xBf - ; find doc -name CVS | xargs rm -rf; )
|
||||
tar cBf - jemboss | ( cd $(distdir); tar xBf - ; find jemboss -name CVS | xargs rm -rf; find jemboss -name Makefile | xargs rm -rf; find jemboss -name .cvsignore | xargs rm -rf )
|
||||
|
||||
-install-exec-hook:
|
||||
- $(bindir)/embossupdate
|
||||
-
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
@ -0,0 +1 @@
|
||||
907231eafe07917ae0bf9c5da2e7cdc3e9bae03a EMBOSS-6.5.7.tar.gz |
Loading…
Reference in new issue