# miscfiles, ftp://ftp.gnu.org/gnu/miscfiles/

name=miscfiles
version=1.4.2
release=1
source=(ftp://ftp.gnu.org/gnu/miscfiles/$name-$version.tar.gz)

build() {
    cd $name-$version
    ./configure \
	--prefix=/usr \
	--mandir=/usr/share/man \
	--infodir=/usr/share/info
    make
    make prefix=$PKG/usr mandir=$PKG/usr/share/man/man1 \
    infodir=$PKG/usr/share/info install
    rm -f $PKG/usr/share/dict/README
    rm -f $PKG/usr/share/dict/words
    rm -f $PKG/usr/share/dict/web2a
    mv $PKG/usr/share/dict/web2 $PKG/usr/share/dict/words
    rm -rf $PKG/usr/share/state
    rm -rf $PKG/usr/share/rfc
}
