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

# BLFS 7.5
TARBALL=source-highlight-3.1.8.tar.gz
MD5SUM=3243470706ef5fefdc3e43b5306a4e41
SRC_URL=ftp://ftp.gnu.org/gnu/src-highlite/$TARBALL
BUNDLE=

SLACKREQ='libboost-common doxygen'
SLACKDESC='source-highlight: source-highlight 3.1.8 (Syntax highlighter)
source-highlight: 
source-highlight: GNU Source-highlight, given a source file, produces a document with 
source-highlight: syntax highlighting. The colors and the styles can be specified 
source-highlight: (bold, italics, underline) by means of a configuration file, and some 
source-highlight: other options can be specified at the command line.
source-highlight: 
source-highlight: http://www.gnu.org/software/src-highlite/
source-highlight: 
source-highlight: 
source-highlight: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --with-doxygen"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


