### this file is sourced not run

PKGNAME=help2man
PKGVER=1.47.4
PKGARCH=x86_64
PKGBUILD=1

TARBALL=$PKGNAME-$PKGVER.tar.xz
MD5SUM=544aca496a7d89de3e5d99e56a2f03d3
SRC_URL=https://ftp.gnu.org/gnu/help2man/$TARBALL
BUNDLE=

SLACKDESC="help2man: help2man $PKGVER (development)
help2man: help2man produces simple manual pages from the --help and
help2man: --version output of other commands.
help2man: 
help2man: 
help2man: 
help2man:
help2man:
help2man: https://www.gnu.org/software/help2man/
help2man:
help2man:
"
# http://software.jaos.org/git/slapt-get/plain/FAQ.html#slgFAQ19
SLACKREQ=
# http://software.jaos.org/git/slapt-get/plain/FAQ.html#slgFAQ44
SLACKSUG=
# http://software.jaos.org/git/slapt-get/plain/FAQ.html#slgFAQ31
SLACKCON=

### default pkg_download
### default pkgـprepare
### default pkg_package
### build
pkg_build() {

  # Basically just copying files around.
  cd /tmp/$PKGNAME-* &&
  ./configure &&
  make &&
  make install &&
  pkg_build_slackdesc &&

  true
}

# vim: ft=sh:
