mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/nltk: Updated for version 0.9.8
This commit is contained in:
parent
c571346961
commit
f529f9be20
2 changed files with 4 additions and 3 deletions
|
@ -51,8 +51,7 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
python setup.py bdist
|
||||
tar zxvf dist/$PRGNAM-$VERSION.linux-i686.tar.gz -C $PKG
|
||||
python setup.py install --root=$PKG
|
||||
|
||||
( cd $PKG
|
||||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||
|
@ -69,4 +68,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="nltk"
|
|||
VERSION="0.9.8"
|
||||
HOMEPAGE="http://www.nltk.org/"
|
||||
DOWNLOAD="http://nltk.googlecode.com/files/nltk-0.9.8.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="954f614754a0d7cb58c83b5ec485ddda"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Marco Bonetti"
|
||||
EMAIL="sid77@slackware.it"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue