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

# source: james
TARBALL=help2man-$PKGVER.tar.xz
MD5SUM=7424901e6eca8af372d2ad62be5cf659
SRC_URL=http://ftp.gnu.org/gnu/help2man/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="help2man: help2man $PKGVER (Generate manpages from program help)
help2man: 
help2man: This program is intended to provide an easy way for software authors 
help2man: to include a manual page in their distribution without having to 
help2man: maintain that document. Given a program which produces reasonably 
help2man: standard --help and --version outputs, help2man can re-arrange 
help2man: that output into something which resembles a manual page.
help2man: 
help2man: https://www.gnu.org/software/help2man/
help2man: 
help2man: 
"

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


