# Description: Librairie permetant l'accès aux documents word de Microsoft
# URL: http://wvware.sourceforge.net/
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg

name=wv
version=1.2.4
release=2
source=(ftp://ftp.debian.org/debian/pool/main/w/wv/${name}_${version}.orig.tar.gz)

build() {
		cd $name-$version
                ./configure --prefix=/usr --without-docs \
		--mandir=/usr/share/man
		make
		make DESTDIR=$PKG install
}