summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author crocket2011-07-24 23:23:40 +0200
committer Niels Horn2011-08-12 01:23:16 +0200
commit5ae66481c566416c64d6ffb564b3039fa73bc99e (patch)
tree4bb48f2c6c636d8897a3a29677c6e70fceff9ba9
parent2374948e851639d31393e776916d62ff9e9925cb (diff)
downloadslackbuilds-5ae66481c566416c64d6ffb564b3039fa73bc99e.tar.gz
system/os-prober: Updated for version 1.42.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--system/os-prober/README8
-rw-r--r--system/os-prober/os-prober.SlackBuild23
-rw-r--r--system/os-prober/os-prober.info12
-rw-r--r--system/os-prober/slack-desc6
4 files changed, 24 insertions, 25 deletions
diff --git a/system/os-prober/README b/system/os-prober/README
index 311e211e65..5bbcdf6809 100644
--- a/system/os-prober/README
+++ b/system/os-prober/README
@@ -1,5 +1,5 @@
-os-prober detects OSes on other partitions than the current system
-partition, and outputs the results in a generic machine-readable
-format. This information can be used to add other OSes to the boot
-loader.
+os-prober (an OS detector)
+os-prober detects OSes on other partitions than the current system partition,
+and outputs the results in a generic machine-readable format.
+This information can be used to add other OSes to a boot loader.
diff --git a/system/os-prober/os-prober.SlackBuild b/system/os-prober/os-prober.SlackBuild
index 13b136395c..d902d7b223 100644
--- a/system/os-prober/os-prober.SlackBuild
+++ b/system/os-prober/os-prober.SlackBuild
@@ -2,10 +2,10 @@
# Slackware build script for os-prober
-# Written by crocket (crockabiscuit@yahoo.com)
+# Written by crocket (crockabiscuit@gmail.com)
PRGNAM=os-prober
-VERSION=${VERSION:-1.39}
+VERSION=${VERSION:-1.42}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -35,7 +35,7 @@ find . \
# Compile newns
make
# Create a hierharchy for os-prober package, and copy files into it.
-# I figured out the hierarchy by typing "dpkg -L os-prober" in ubuntu.
+# I figured out the hierarchy by typing "dpkg -L os-prober" in debian.
mkdir -p $PKG/var/lib/$PRGNAM
mkdir -p $PKG/usr/bin
@@ -45,21 +45,19 @@ cp os-prober $PKG/usr/bin
mkdir -p $PKG/usr/lib/$PRGNAM
cp newns $PKG/usr/lib/$PRGNAM
-mkdir -p $PKG/usr/lib/os-probes
-cp os-probes/common/* $PKG/usr/lib/os-probes
+mkdir -p $PKG/usr/lib/linux-boot-probes/mounted
+cp linux-boot-probes/common/* $PKG/usr/lib/linux-boot-probes
+cp linux-boot-probes/mounted/common/* $PKG/usr/lib/linux-boot-probes/mounted
+cp linux-boot-probes/mounted/x86/* $PKG/usr/lib/linux-boot-probes/mounted
+
mkdir -p $PKG/usr/lib/os-probes/mounted
+cp os-probes/common/* $PKG/usr/lib/os-probes
cp os-probes/mounted/common/* $PKG/usr/lib/os-probes/mounted
cp os-probes/mounted/x86/* $PKG/usr/lib/os-probes/mounted
-mkdir -p $PKG/usr/lib/os-probes/init
+mkdir $PKG/usr/lib/os-probes/init
cp os-probes/init/common/* $PKG/usr/lib/os-probes/init
-mkdir -p $PKG/usr/lib/linux-boot-probes
-cp linux-boot-probes/common/* $PKG/usr/lib/linux-boot-probes/
-mkdir $PKG/usr/lib/linux-boot-probes/mounted
-cp linux-boot-probes/mounted/common/* $PKG/usr/lib/linux-boot-probes/mounted
-cp linux-boot-probes/mounted/x86/* $PKG/usr/lib/linux-boot-probes/mounted
-
mkdir -p $PKG/usr/share/$PRGNAM
cp common.sh $PKG/usr/share/$PRGNAM
chmod +x $PKG/usr/share/$PRGNAM/common.sh
@@ -74,3 +72,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+
diff --git a/system/os-prober/os-prober.info b/system/os-prober/os-prober.info
index ac823c1d28..6c93f5c559 100644
--- a/system/os-prober/os-prober.info
+++ b/system/os-prober/os-prober.info
@@ -1,10 +1,10 @@
PRGNAM="os-prober"
-VERSION="1.39"
-HOMEPAGE="http://packages.debian.org/unstable/utils/os-prober"
-DOWNLOAD="http://crocket-slackbuilds.googlecode.com/files/os-prober_1.39.tar.gz"
-MD5SUM="42a9d530e3b317a822fd7418686e091d"
+VERSION="1.42"
+HOMEPAGE="http://packages.debian.org/squeeze/os-prober"
+DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/o/os-prober/os-prober_1.42.tar.gz"
+MD5SUM="8c208654327df559884a54b69d840219"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="crocket"
-EMAIL="crockabiscuit@yahoo.com"
-APPROVED="Erik Hanson"
+EMAIL="crockabiscuit@gmail.com"
+APPROVED="dsomero"
diff --git a/system/os-prober/slack-desc b/system/os-prober/slack-desc
index 1479ee819e..2517bccfbf 100644
--- a/system/os-prober/slack-desc
+++ b/system/os-prober/slack-desc
@@ -13,7 +13,7 @@ os-prober: partition, and outputs the results in a generic machine-readable
os-prober: format. This information can be used to add other OSes to the boot
os-prober: loader.
os-prober:
-os-prober: The website of os-prober is
-os-prober: http://packages.debian.org/unstable/utils/os-prober
-os-prober:
+os-prober: Website : http://packages.debian.org/squeeze/os-prober
+os-prober:
+os-prober:
os-prober: