milis/talimatname/genel/abiword/talimat

16 lines
489 B
Plaintext
Raw Normal View History

2016-10-21 18:12:06 +02:00
# Description: Microsoft® Word benzeri basit bir kelime işlemci yazılımı.
2016-02-24 01:27:23 +01:00
# URL: http://www.abisource.com/
# Packagers: pierre at nutyx dot org, tnut at nutyx dot org
# 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
}