milis/talimatname/genel/a/abiword/talimat

17 lines
445 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Microsoft® Word benzeri basit bir kelime işlemci yazılımı.
2016-02-24 01:27:23 +01:00
# URL: http://www.abisource.com/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: boost cairo aspell fribidi enchant wv librsvg gtk2 redland rasqal desktop-file-utils gtk3
2017-01-30 23:55:06 +01:00
2016-02-24 01:27:23 +01:00
name=abiword
version=3.0.1
release=3
source=(http://www.abisource.com/downloads/$name/$version/source/$name-$version.tar.gz)
2017-01-30 23:55:06 +01:00
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}