milis/talimatname/genel/abiword/talimat

17 lines
453 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: Microsoft® Word benzeri basit bir kelime işlemci yazılımı.
# URL: http://www.abisource.com/
# Packagers: milisarge
# Depends on: boost cairo aspell fribidi enchant wv librsvg gtk2 redland rasqal desktop-file-utils gtk3
name=abiword
version=3.0.1
release=3
source=(http://www.abisource.com/downloads/$name/$version/source/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}