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

# source: james
TARBALL=grutatxt-2014.06.tar.bz2
MD5SUM=275ac8b66cb9a3088d79d77c947903b4
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='perl' # 
SLACKDESC='grutatxt: grutatxt 2014.06 (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: 
grutatxt: 
grutatxt: 
grutatxt: http://triptico.com/software/grutatxt.html  
'
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
}
