summaryrefslogtreecommitdiffstats
path: root/system/ciopfs
diff options
context:
space:
mode:
Diffstat (limited to 'system/ciopfs')
-rw-r--r--system/ciopfs/README10
-rw-r--r--system/ciopfs/ciopfs.SlackBuild13
-rw-r--r--system/ciopfs/ciopfs.info6
3 files changed, 18 insertions, 11 deletions
diff --git a/system/ciopfs/README b/system/ciopfs/README
index 2c70999a57..5d1509807d 100644
--- a/system/ciopfs/README
+++ b/system/ciopfs/README
@@ -1,7 +1,7 @@
ciopfs (case insensitive on purpose filesystem)
-ciopfs is a stackable or overlay linux userspace file system (implemented
-with FUSE) which mounts a normal directory on a regular file sytem in
-case insensitive fashion. It's useful for getting around issues where,
-say, a game is ported from Linux to Windows but the mods for that game
-still expect a case-insenitive filesystem.
+ciopfs is a stackable or overlay linux userspace file system
+(implemented with FUSE) which mounts a normal directory on a regular
+file sytem in case insensitive fashion. It's useful for getting around
+issues where, say, a game is ported from Linux to Windows but the mods
+for that game still expect a case-insenitive filesystem.
diff --git a/system/ciopfs/ciopfs.SlackBuild b/system/ciopfs/ciopfs.SlackBuild
index 6658402742..88cb9f58e7 100644
--- a/system/ciopfs/ciopfs.SlackBuild
+++ b/system/ciopfs/ciopfs.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for ciopfs
@@ -28,10 +28,13 @@
# - i486 => i586
# - include "links -dump" of web page as ciopfs.txt
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=ciopfs
VERSION=${VERSION:-0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -41,7 +44,11 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -90,4 +97,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/system/ciopfs/ciopfs.info b/system/ciopfs/ciopfs.info
index 64b2a2ee75..9de6ff4e4c 100644
--- a/system/ciopfs/ciopfs.info
+++ b/system/ciopfs/ciopfs.info
@@ -1,10 +1,10 @@
PRGNAM="ciopfs"
VERSION="0.4"
-HOMEPAGE="http://www.brain-dump.org/projects/ciopfs/"
-DOWNLOAD="http://www.brain-dump.org/projects/ciopfs/ciopfs-0.4.tar.gz"
+HOMEPAGE="https://www.brain-dump.org/projects/ciopfs/"
+DOWNLOAD="https://www.brain-dump.org/projects/ciopfs/ciopfs-0.4.tar.gz"
MD5SUM="1798fc043034f292efd887c05fc4ea1e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="B. Watson"
-EMAIL="yalhcru@gmail.com"
+EMAIL="urchlay@slackware.uk"