office/nts: Updated for version 82.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2011-08-29 20:07:28 -03:00 committed by Niels Horn
parent e334ffc52a
commit 03c8de1d83
4 changed files with 7 additions and 13 deletions

View file

@ -5,10 +5,7 @@ cross-platform, wx(python)-based GUI for creating and modifying notes
as well as viewing them. Displayed items can be grouped by path or tag
and can be filtered in various ways.
Requirements
wxPython, pysetuptools and python-dateutil must be installed.
These can be installed from the SlackBuild repository.

View file

@ -4,13 +4,11 @@
# Written by Jostein Berntsen <jbernts@broadpark.no>
PRGNAM=nts
VERSION=${VERSION:-78}
VERSION=${VERSION:-82}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
@ -54,7 +52,7 @@ find . \
-exec chmod 644 {} \;
# Build
python setup.py install --root=$PKG
python setup.py install --prefix="/usr" --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
@ -72,4 +70,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="nts"
VERSION="78"
VERSION="82"
HOMEPAGE="http://www.duke.edu/~dgraham/NTS/"
DOWNLOAD="http://www.duke.edu/~dgraham/NTS/nts-78.tar.gz"
MD5SUM="0bc49867a3415b6e24b127ad4c343894"
DOWNLOAD="http://www.duke.edu/~dgraham/NTS/nts-82.tar.gz"
MD5SUM="0d0da351859ae9131b676720f4a831ea"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Jostein Berntsen"
EMAIL="jbernts@broadpark.no"
APPROVED="dsomero"
APPROVED="Niels Horn"

View file

@ -15,5 +15,5 @@ nts: cross-platform, wx(python)-based GUI for creating and modifying notes
nts: as well as viewing them. Displayed items can be grouped by path or tag
nts: and can be filtered in various ways.
nts:
nts: Homepage: http://www.duke.edu/~dgraham/NTS/
nts: Home: http://www.duke.edu/~dgraham/NTS/
nts: