development/motor: Updated for version 3.4.0

This commit is contained in:
Martin Lefebvre 2010-05-11 19:44:18 +02:00 committed by Robby Workman
parent 9c5cee6a07
commit 7dab351df9
4 changed files with 14 additions and 7 deletions

View file

@ -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.

View file

@ -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

View file

@ -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"

View file

@ -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