summaryrefslogtreecommitdiff
path: root/asciidoc/Pkgfile
blob: 4a99cd4897317d27cb86316b2b2e5a6e3af8a7e0 (plain)
    1 # Description: highly configurable text format for writing documentation
    2 # URL:         http://www.methods.co.nz/asciidoc
    3 # Maintainer:  Bartlomiej Palmowski, rotwang at crux dot org dot pl
    4 # Depends on:  python
    5 # Nice to have: source-highlight
    6 
    7 name=asciidoc
    8 version=8.3.5
    9 release=1
   10 source=(http://www.methods.co.nz/$name/$name-$version.tar.gz)
   11 
   12 build() {
   13     cd $name-$version
   14     ./configure --prefix=/usr --mandir=/usr/man
   15     make
   16     make DESTDIR=$PKG install
   17     find $PKG -name '*README*' -delete
   18 }

Generated by cgit