#Packager: George Vlahavas # # This just repackages the pandoc binaries found in the Arch # repositories. I'm too lazy to build all haskell stuff involved. # arch can be either i686 or x86_64 pkgname=pandoc pkgver=1.17.0.1 _archrel=1 _citeprocver=0.9.1.1 _citeprocrel=2 pkgrel=1gv source=( "http://ftp5.gwdg.de/pub/linux/archlinux/community/os/${arch}/pandoc-${pkgver}-${_archrel}-${arch}.pkg.tar.xz" "http://ftp5.gwdg.de/pub/linux/archlinux/community/os/${arch}/pandoc-citeproc-${_citeprocver}-${_citeprocrel}-${arch}.pkg.tar.xz" "pandoc-1.17.0.1.tar.gz" "pandoc-citeproc-0.9.1.1.tar.gz" ) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "copyright") url=http://pandoc.org/ options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pandoc (markup conversion tool)" "Pandoc is a command-line tool for converting from one markup format to" "another. It can read markdown and (subsets of) reStructuredText, HTML," "and LaTeX, and it can write plain text, markdown, reStructuredText," "HTML, LaTeX, ConTeXt, PDF, RTF, DocBook XML, OpenDocument XML," "ODT, GNU Texinfo, MediaWiki markup, groff man pages, EPUB ebooks," "and S5 and Slidy HTML slide shows." "This package includes both pandoc and pandoc-citeproc." ) build() { cd $startdir/src mkdir -p $startdir/pkg/usr/bin cp -r usr $startdir/pkg/ }