diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2011-08-29 20:07:28 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-29 20:07:28 -0300 |
commit | 03c8de1d83d08fd9ddd268c5738e2a1382f35ef9 (patch) | |
tree | ca7b444772ab47370856f65a0e7f995dd3d9dca9 /office/nts/nts.SlackBuild | |
parent | e334ffc52ab0172b17c51025dfcafee0d1fe35a6 (diff) | |
download | slackbuilds-03c8de1d83d08fd9ddd268c5738e2a1382f35ef9.tar.gz |
office/nts: Updated for version 82.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/nts/nts.SlackBuild')
-rw-r--r-- | office/nts/nts.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
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 <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} - |