16 lines
489 B
Plaintext
16 lines
489 B
Plaintext
# Description: Microsoft® Word benzeri basit bir kelime işlemci yazılımı.
|
||
# 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
|
||
}
|