New commits:
commit 9f20c7515b3832b8965da6a727f77b0ffb029f85
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
lha: Fix installation
- Moved patching instructions to PRE_BUILD
- Merged sedit code into a single script
- Replaced SCRIPT_DIRECTORY with SPELL_DIRECTORY
- Rename manpage to reflect the right section
diff --git a/archive/lha/BUILD b/archive/lha/BUILD
index 11d295e..8f58e6d 100755
--- a/archive/lha/BUILD
+++ b/archive/lha/BUILD
@@ -1,11 +1 @@
- sedit "s:/local::" Makefile &&
- sedit "s:MANSECT\ =\ n:MANSECT\ =\ 1:" Makefile &&
- sedit "s:/usr/bin:${INSTALL_ROOT}/usr/bin:" Makefile &&
- sedit "s:/usr/man:${INSTALL_ROOT}/usr/man:" Makefile &&
- sedit "s/-O2/$CFLAGS/" Makefile &&
- cp $SCRIPT_DIRECTORY/lha.n man/lha.n &&
- cd src/ &&
- patch -p0 < $SCRIPT_DIRECTORY/lha.patch &&
- patch -p0 < $SCRIPT_DIRECTORY/lha.obscure_buf_oflow.patch &&
- cd - &&
- make
+make
diff --git a/archive/lha/HISTORY b/archive/lha/HISTORY
index d57896a..84dd2a2 100644
--- a/archive/lha/HISTORY
+++ b/archive/lha/HISTORY
@@ -1,3 +1,9 @@
+2015-10-29 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, PRE_BUILD: Moved patching instructions to PRE_BUILD
+ Merged sedit code into a single script
+ Replaced SCRIPT_DIRECTORY with SPELL_DIRECTORY
+ * PRE_BUILD, lha.n: Renamed manpage to reflect section 1
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.
@@ -15,7 +21,7 @@
* BUILD: removed install for BUILD_API=2