contrib/asciidoc/Pkgfile
2009-01-23 13:13:06 +01:00

19 lines
507 B
Plaintext

# Description: highly configurable text format for writing documentation
# URL: http://www.methods.co.nz/asciidoc
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: python
# Nice to have: source-highlight
name=asciidoc
version=8.3.4
release=1
source=(http://www.methods.co.nz/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
find $PKG -name '*README*' -delete
}