2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Kısa metinler, dokümanlar ve UNIX man sayfaları için belge formatı.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.methods.co.nz/asciidoc/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: docbook-xsl libxslt python
|
2017-12-22 22:59:36 +01:00
|
|
|
|
# Grup: kütüphane
|
2017-01-30 23:55:06 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=asciidoc
|
|
|
|
|
surum=8.6.9
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://downloads.sourceforge.net/$isim/$isim-$surum.tar.gz)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle(){
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
install -Dm644 asciidocapi.py \
|
|
|
|
|
$PKG/usr/lib/python2.7/site-packages/asciidocapi.py
|
|
|
|
|
install -Dm644 vim/syntax/asciidoc.vim \
|
|
|
|
|
$PKG/usr/share/vim/vimfiles/syntax/asciidoc.vim
|
|
|
|
|
}
|