summaryrefslogtreecommitdiffstats
path: root/extra/wv/Pkgfile
blob: 8173d5aa10f01a211346ae692985ffb1ec1fb00c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
}