From 7dab351df9a3a1ff8abfc96a5d52628ca135082b Mon Sep 17 00:00:00 2001 From: Martin Lefebvre Date: Tue, 11 May 2010 19:44:18 +0200 Subject: development/motor: Updated for version 3.4.0 --- development/motor/README | 1 - development/motor/motor.SlackBuild | 8 ++++---- development/motor/motor.info | 2 +- development/motor/slack-desc | 10 +++++++++- 4 files changed, 14 insertions(+), 7 deletions(-) (limited to 'development') diff --git a/development/motor/README b/development/motor/README index fe2218f0a3..299370c85e 100644 --- a/development/motor/README +++ b/development/motor/README @@ -4,4 +4,3 @@ manager, makefile generator, gcc and gdb front-end, etc. Deep CVS integration is also provided. A symbol browser is provided to make it easier to move between various definitions in the source, and the regexper tool helps you to create and debug regular expressions. - diff --git a/development/motor/motor.SlackBuild b/development/motor/motor.SlackBuild index 036bcedce3..931c0a17b1 100644 --- a/development/motor/motor.SlackBuild +++ b/development/motor/motor.SlackBuild @@ -27,9 +27,9 @@ set -e PRGNAM=motor VERSION=3.4.0 ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} - CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -57,7 +57,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man -# Thanks to robw810 for this patch! +# Thanks to rworkman for this patch! patch -p0 < $CWD/Makefile.patch make @@ -72,7 +72,7 @@ cp -a ABOUT-NLS AUTHORS COPYING ChangeLog FAQ INSTALL README TODO tutorial \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -# Set permissions right, throughout the package +# Set the right permissions through out the tarball. chown -R root:root $PKG/usr/share/$PRGNAM mkdir -p $PKG/install diff --git a/development/motor/motor.info b/development/motor/motor.info index e3e1abeba4..8bc0ee05c7 100644 --- a/development/motor/motor.info +++ b/development/motor/motor.info @@ -5,4 +5,4 @@ DOWNLOAD="http://www.thekonst.net/download/motor-3.4.0.tar.bz2" MD5SUM="0fcf7ce0386b269e8bdbb7a86e9bee19" MAINTAINER="Martin Lefebvre" EMAIL="dadexter@slackadelic.com" -APPROVED="robw810" +APPROVED="rworkman" diff --git a/development/motor/slack-desc b/development/motor/slack-desc index 6b0c214f3c..7e2cac1c3d 100644 --- a/development/motor/slack-desc +++ b/development/motor/slack-desc @@ -1,4 +1,12 @@ -motor: motor - text mode integrated development environment +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +motor: motor (text mode integrated development environment) motor: motor: Motor is a text mode based programming environment for Linux. It motor: consists of a powerful editor with syntax highlight feature, project -- cgit v1.2.3