contrib/asciidoc/Pkgfile

24 lines
554 B
Plaintext
Raw Normal View History

2010-12-15 15:51:01 +01:00
# Description: Text based document generation.
# URL: http://www.methods.co.nz/asciidoc/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2010-12-15 15:51:01 +01:00
# Packager: Vincenzo Colosimo, vico at bicisport dot de
2017-11-01 13:35:12 +01:00
# Depends on: docbook-xsl python
2010-12-15 15:51:01 +01:00
name=asciidoc
2014-06-15 02:36:03 +02:00
version=8.6.9
2010-12-15 15:51:01 +01:00
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/usr/etc
make
make DESTDIR=$PKG install
rm $PKG/usr/etc/asciidoc/images/icons/README
}