mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
office/nts: Updated for version 82.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
e334ffc52a
commit
03c8de1d83
4 changed files with 7 additions and 13 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue