diff options
Diffstat (limited to 'extra/wv/Pkgfile')
-rwxr-xr-x | extra/wv/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/wv/Pkgfile b/extra/wv/Pkgfile new file mode 100755 index 000000000..3ee5fb7b9 --- /dev/null +++ b/extra/wv/Pkgfile @@ -0,0 +1,16 @@ +# 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, libgsf, libpng + +name=wv +version=1.2.4 +release=1 +source=(http://downloads.sourceforge.net/project/wvware/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr --mandir=/usr/share/man + make + make DESTDIR=$PKG install +} |