2008-05-12 23:05:13 +02:00
|
|
|
# Description: highly configurable text format for writing documentation
|
2008-05-25 12:55:00 +02:00
|
|
|
# URL: http://www.methods.co.nz/asciidoc
|
2009-01-10 14:30:03 +01:00
|
|
|
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
|
2008-05-12 23:05:13 +02:00
|
|
|
# Depends on: python
|
2008-05-25 12:55:00 +02:00
|
|
|
# Nice to have: source-highlight
|
2008-05-12 23:05:13 +02:00
|
|
|
|
|
|
|
name=asciidoc
|
2008-12-30 20:43:14 +01:00
|
|
|
version=8.3.1
|
2008-05-12 23:05:13 +02:00
|
|
|
release=1
|
2008-12-30 20:43:14 +01:00
|
|
|
source=(http://www.methods.co.nz/$name/$name-$version.tar.gz)
|
2008-05-12 23:05:13 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2008-12-30 20:43:14 +01:00
|
|
|
./configure --prefix=/usr --mandir=/usr/man
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
find $PKG -name '*README*' -delete
|
2008-05-12 23:05:13 +02:00
|
|
|
}
|