milis/talimatname/genel/wv/talimat

17 lines
427 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: MSWord kitaplığı, Word 2000, 97, 95 ve 6 dosya formatlarını yükleyebilir ve ayrıştırabilir
# URL: http://wvware.sourceforge.net/
# Packager: milisarge
# Depends on: libgsf libpng
name=wv
version=1.2.9
release=1
source=(http://www.abiword.com/downloads/$name/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR=$PKG install
}