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

# source: james
TARBALL=artemus-$PKGVER.tar.bz2
MD5SUM=07037e13221a6cadf14b09fef1d53725
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ='perl' # 
SLACKDESC="artemus: artemus $PKGVER (Template toolkit)
artemus: 
artemus: Artemus is a template toolkit. It filters text files, parsing, 
artemus: compiling and executing code surrounded by special marks (leaving the 
artemus: rest untouched) and concatenating everything as output. Its main 
artemus: purpose is to filter HTML files, but it can be used for any scripting 
artemus: need related to text filtering and substitution. The distribution 
artemus: includes a Perl module and a command line utility.
artemus: 
artemus: http://triptico.com/software/artemus.html
artemus:
"

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
}
