2006-02-23 15:26:10 +00:00
|
|
|
# Description: electronic lexical database of the English language (aka: a superb thesaurus)
|
|
|
|
# URL: http://www.cogsci.princeton.edu/~wn/
|
2006-10-18 17:02:05 +00:00
|
|
|
# Maintainer:
|
2006-02-23 15:26:10 +00:00
|
|
|
# Packager:
|
|
|
|
# Depends on: tk
|
|
|
|
|
|
|
|
name=wordnet
|
|
|
|
version=2.0
|
|
|
|
release=3
|
|
|
|
source=(ftp://ftp.cogsci.princeton.edu/pub/wordnet/2.0/WordNet-$version.tar.gz wordnet-$version.patch)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd WordNet-$version
|
|
|
|
patch -p1 < ../wordnet-$version.patch
|
|
|
|
make SrcWorld
|
|
|
|
chown -R root.root $PKG/usr
|
|
|
|
rm -rf $PKG/usr/share/doc
|
|
|
|
}
|