From d13255334bf0cfeea8e185a439d6bb322a32f986 Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Sun, 25 May 2014 07:19:01 +0700 Subject: development/uemacs: Updated for version 20130222 + new maintainer. Signed-off-by: Willy Sudiarto Raharjo --- development/uemacs/README | 2 ++ development/uemacs/uemacs.SlackBuild | 9 +++++---- development/uemacs/uemacs.info | 10 +++++----- 3 files changed, 12 insertions(+), 9 deletions(-) (limited to 'development/uemacs') 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 +# 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" -- cgit v1.2.3-80-g2a13