[Lunar-commits] <moonbase-core> lilo: version bumped to 24.0
Stefan Wold
ratler at lunar-linux.org
Sat Sep 20 12:49:02 CEST 2014
commit ef84fa74b7a8c57e35f3a475a18defceb4209eeb
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Thu, 18 Sep 2014 22:11:18 +0200
URL: https://github.com/lunar-linux/moonbase-core/commit/ef84fa74b7a8c57e35f3a475a18defceb4209eeb
lilo: version bumped to 24.0
---
system/lilo/BUILD | +10/-6
system/lilo/DEPENDS | +2/-1
system/lilo/DETAILS | +6/-12
3 files changed, 18 insertions(+), 19 deletions(-)
--- a/system/lilo/BUILD
+++ b/system/lilo/BUILD
@@ -1,7 +1,11 @@
-patch_it $SOURCE2 0 &&
-patch_it $SOURCE3 1 &&
+sedit 's;strip lilo.static;& || true;' src/Makefile &&
-sedit "/^MAN_DIR/s/.*/MAN_DIR=\/usr\/share\/man/;/manpath/d" Makefile &&
-make ROOT= all &&
-prepare_install &&
-make ROOT= install
+# We don't need to install everything so we call the targets we require
+make test &&
+make -C src all &&
+prepare_install &&
+for i in src scripts man dos; do
+ make -C $i install
+done &&
+
+gather_docs CHANGELOG COPYING NEWS README TODO
--- a/system/lilo/DEPENDS
+++ b/system/lilo/DEPENDS
@@ -1 +1,2 @@
-depends bin86
+depends bin86
+depends coreutils
--- a/system/lilo/DETAILS
+++ b/system/lilo/DETAILS
@@ -1,20 +1,14 @@
MODULE=lilo
- VERSION=23.2
+ VERSION=24.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=lilo-23.0-ebda-01.patch
- SOURCE3=lilo-23.2-gcc-4.8.patch
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-23.0
- SOURCE_URL[0]=$MIRROR_URL
- SOURCE_URL[1]=https://alioth.debian.org/frs/download.php/3315
- SOURCE2_URL=$PATCH_URL
- SOURCE3_URL=$PATCH_URL
- SOURCE_VFY=sha1:2465f359f1c298d9bbf17843127cffc14e352e39
- SOURCE2_VFY=sha1:d5aa745be815ae62847936d104460b4ae5222c68
- SOURCE3_VFY=sha1:e949dac23485fbf98c1aef39b3bff892803324f0
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-24.0
+ SOURCE_URL=http://lilo.alioth.debian.org/ftp/sources
+ SOURCE_VFY=sha256:3d40c0af1d60a0adbe3696cd6cb8d7e892694351ff225371d871b6b479d82152
WEB_SITE=http://home.san.rr.com/johninsd/pub/linux/lilo
ENTERED=20010922
- UPDATED=20110410
+ UPDATED=20140918
SHORT="Boot loader for Linux/x86 and other PC operating systems"
+GARBAGE=off
cat << EOF
Lilo is a Boot loader for Linux/x86 and other PC operating systems.
More information about the Lunar-commits
mailing list