summaryrefslogtreecommitdiffstats
path: root/development/uemacs
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-05-25 07:19:01 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-05-25 07:19:29 +0700
commitd13255334bf0cfeea8e185a439d6bb322a32f986 (patch)
treedc146979a112c6db9ff629db32fea124d17d3432 /development/uemacs
parent96db98327b8989f6fc6cd6d315d343068417eba9 (diff)
downloadslackbuilds-d13255334bf0cfeea8e185a439d6bb322a32f986.tar.gz
slackbuilds-d13255334bf0cfeea8e185a439d6bb322a32f986.tar.xz
development/uemacs: Updated for version 20130222 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/uemacs')
-rw-r--r--development/uemacs/README2
-rw-r--r--development/uemacs/uemacs.SlackBuild9
-rw-r--r--development/uemacs/uemacs.info10
3 files changed, 12 insertions, 9 deletions
diff --git a/development/uemacs/README b/development/uemacs/README
index 11040bfb23..d1a6c5b81e 100644
--- a/development/uemacs/README
+++ b/development/uemacs/README
@@ -4,3 +4,5 @@ Finland. uEmacs is currently maintained by Linus Torvalds.
MicroEMACS was written by Dave G. Conroy and greatly modified by
Daniel M. Lawrence.
+
+It is run by typing 'em'.
diff --git a/development/uemacs/uemacs.SlackBuild b/development/uemacs/uemacs.SlackBuild
index 6261a0683b..965ffef1b6 100644
--- a/development/uemacs/uemacs.SlackBuild
+++ b/development/uemacs/uemacs.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for uemacs
# Copyright 2012 Binh Nguyen <binhvng@gmail.com>
+# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=uemacs
-VERSION=${VERSION:-20120924git_8899ed4}
+VERSION=${VERSION:-20130222}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,12 +61,12 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM$VERSION.tar.gz
+cd $PRGNAM
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
diff --git a/development/uemacs/uemacs.info b/development/uemacs/uemacs.info
index d7ec52c833..a02650a879 100644
--- a/development/uemacs/uemacs.info
+++ b/development/uemacs/uemacs.info
@@ -1,10 +1,10 @@
PRGNAM="uemacs"
-VERSION="20120924git_8899ed4"
+VERSION="20130222"
HOMEPAGE="http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary"
-DOWNLOAD="http://downloads.sourceforge.net/sbosrc/uemacs-20120924git_8899ed4.tar.gz"
-MD5SUM="d68c84b44c8abc0252120fc3665a87c9"
+DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/uemacs/uemacs20130222.tar.gz"
+MD5SUM="bec23e5a9a5fed55d787fde09c95e737"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Binh Nguyen"
-EMAIL="binhvng@gmail.com"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"