forked from ports/contrib
17 lines
442 B
Plaintext
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
|
||
|
}
|