contrib/wv/Pkgfile
2008-03-27 20:59:31 -04:30

17 lines
442 B
Plaintext

# Description: Command line utilities to convert Microsoft Word documents.
# URL: http://wvware.sourceforge.net/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: libwmf, libgsf, glib
name=wv
version=1.2.4
release=1
source=(http://download.sourceforge.net/sourceforge/wvware/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}