talimat 453 B

1234567891011121314151617
  1. # Description: Microsoft® Word benzeri basit bir kelime işlemci yazılımı.
  2. # URL: http://www.abisource.com/
  3. # Packagers: milisarge
  4. # Depends on: boost cairo aspell fribidi enchant wv librsvg gtk2 redland rasqal desktop-file-utils gtk3
  5. name=abiword
  6. version=3.0.1
  7. release=3
  8. source=(http://www.abisource.com/downloads/$name/$version/source/$name-$version.tar.gz)
  9. build() {
  10. cd $name-$version
  11. ./configure --prefix=/usr
  12. make
  13. make DESTDIR=$PKG install
  14. }