From 03c8de1d83d08fd9ddd268c5738e2a1382f35ef9 Mon Sep 17 00:00:00 2001 From: Jostein Berntsen Date: Mon, 29 Aug 2011 20:07:28 -0300 Subject: office/nts: Updated for version 82. Signed-off-by: Niels Horn --- office/nts/README | 3 --- office/nts/nts.SlackBuild | 7 ++----- office/nts/nts.info | 8 ++++---- office/nts/slack-desc | 2 +- 4 files changed, 7 insertions(+), 13 deletions(-) (limited to 'office/nts') diff --git a/office/nts/README b/office/nts/README index afc9ac2099..a505c54c99 100644 --- a/office/nts/README +++ b/office/nts/README @@ -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. - - diff --git a/office/nts/nts.SlackBuild b/office/nts/nts.SlackBuild index f39d3967a7..11264ef0ab 100644 --- a/office/nts/nts.SlackBuild +++ b/office/nts/nts.SlackBuild @@ -4,13 +4,11 @@ # Written by Jostein Berntsen - 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} - diff --git a/office/nts/nts.info b/office/nts/nts.info index 41e25b310d..cc1e2c83dd 100644 --- a/office/nts/nts.info +++ b/office/nts/nts.info @@ -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" diff --git a/office/nts/slack-desc b/office/nts/slack-desc index e476da36ee..fac26148e9 100644 --- a/office/nts/slack-desc +++ b/office/nts/slack-desc @@ -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: -- cgit v1.2.3