### this file is sourced not run
PKGVER=2014.07
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=grutatxt-master-20140706.tar.gz
MD5SUM=bb9d6b763cbccc3b462beea16145b190
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ='perl' # 
SLACKDESC="grutatxt: grutatxt $PKGVER (Text to HTML converter)  
grutatxt:  
grutatxt: Grutatxt is a plain text to HTML (and now other formats) converter. 
grutatxt: It succesfully converts subtle text markup to lists, bold, italics, 
grutatxt: tables and headings to their corresponding HTML, troff, man page or 
grutatxt: LaTeX markup without having to write unreadable source text files.  
grutatxt: 
grutatxt: http://triptico.com/software/grutatxt.html  
grutatxt: 
grutatxt: 
grutatxt: 
"
SLACKINSTALL="perllocal.pl" # clean up the pod

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_perlmodules &&
	pkg_build_slackdesc
}
