diff options
Diffstat (limited to 'source/n/slrn')
-rw-r--r-- | source/n/slrn/slack-desc | 2 | ||||
-rwxr-xr-x | source/n/slrn/slrn.SlackBuild | 9 | ||||
-rw-r--r-- | source/n/slrn/slrn.url | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/source/n/slrn/slack-desc b/source/n/slrn/slack-desc index 8d546297..47393e06 100644 --- a/source/n/slrn/slack-desc +++ b/source/n/slrn/slack-desc @@ -14,6 +14,6 @@ slrn: using the s-lang macro language. slrn: slrn: slrn was written and is maintained by John E. Davis. slrn: -slrn: +slrn: Homepage: http://slrn.sourceforge.net slrn: slrn: diff --git a/source/n/slrn/slrn.SlackBuild b/source/n/slrn/slrn.SlackBuild index 3981567e..018da3e3 100755 --- a/source/n/slrn/slrn.SlackBuild +++ b/source/n/slrn/slrn.SlackBuild @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=slrn -VERSION=1.0.2 -BUILD=${BUILD:-3} +VERSION=1.0.3a +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -67,8 +67,9 @@ mkdir -p $TMP $PKG cd $TMP rm -rf slrn-$VERSION -tar xvf $CWD/slrn-$VERSION.tar.?z* || exit 1 -cd slrn-$VERSION || exit 1 +tar xvf $CWD/slrn-$VERSION.tar.?z || exit 1 +# Kludge for different directory version: +cd slrn-$VERSION || cd slrn-1.0.3 || exit 1 chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/source/n/slrn/slrn.url b/source/n/slrn/slrn.url new file mode 100644 index 00000000..13c3f979 --- /dev/null +++ b/source/n/slrn/slrn.url @@ -0,0 +1 @@ +http://jedsoft.org/releases/slrn |