summaryrefslogtreecommitdiff
path: root/asciidoc/Pkgfile
blob: 55c3ebc4afadcbd9aa9ec64b7022009cca43c7c8 (plain)
    1 # Description: Text based document generation.
    2 # URL: http://www.methods.co.nz/asciidoc/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Packager: Vincenzo Colosimo, vico at bicisport dot de
    5 # Depends on: python docbook-xml docbook-xsl
    6 
    7 name=asciidoc
    8 version=8.6.9
    9 release=1
   10 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
   11 
   12 build() {
   13 	cd $name-$version
   14 
   15 	./configure \
   16 		--prefix=/usr \
   17 		--mandir=/usr/man \
   18 		--sysconfdir=/usr/etc
   19 
   20 	make
   21 	make DESTDIR=$PKG install
   22 	rm $PKG/usr/etc/asciidoc/images/icons/README
   23 }

Generated by cgit