milis/talimatname/genel/w/wv/talimat

18 lines
435 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.

# Tanım: MSWord kitaplığı, Word 2000, 97, 95 ve 6 dosya formatlarını yükleyebilir ve ayrıştırabilir
# URL: http://wvware.sourceforge.net/
# Paketçi: milisarge
# Gerekler: libgsf libpng
# Grup: kütüphane ofis
isim=wv
surum=1.2.9
devir=1
kaynak=(http://www.abiword.com/downloads/$isim/$surum/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR=$PKG install
}