# Description: The style and diction programs to analyse text quality # URL: http://www.gnu.org/s/diction/ # Maintainer: markus schnalke, meillo at marmaro dot de # Depends on: # License: GPL name=diction version=1.11 release=2 source=(http://www.moria.de/~michael/$name/$name-$version.tar.gz) #source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --mandir=/usr/man make mkdir -p $PKG/usr/bin cp diction style $PKG/usr/bin mkdir -p $PKG/usr/share/diction cp de en en_GB nl $PKG/usr/share/diction ( cd $PKG/usr/share/diction ; ln en C ) mkdir -p $PKG/usr/man/man1 cp diction.1 style.1 $PKG/usr/man/man1 }