summaryrefslogtreecommitdiffstats
path: root/extra/wv/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/wv/Pkgfile')
-rwxr-xr-xextra/wv/Pkgfile16
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
+}