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

# source: james
TARBALL=oath-toolkit-$PKGVER.tar.gz
MD5SUM=b34cefe4d92762c6b81e9a3cb5fb753c
SRC_URL=https://download.savannah.nongnu.org/releases/oath-toolkit/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="oath-toolkit: oath-toolkit $PKGVER (OTP Toolkit)
oath-toolkit: 
oath-toolkit: OATH stands for Open AuTHentication, which is the organization that 
oath-toolkit: specify the algorithms. OATH Toolkit provide components to build 
oath-toolkit: one-time password authentication systems. It contains shared C 
oath-toolkit: libraries, command line tools and a PAM module. Supported 
oath-toolkit: technologies include the event-based HOTP algorithm (RFC 4226), the 
oath-toolkit: time-based TOTP algorithm (RFC 6238), and Portable Symmetric Key 
oath-toolkit: Container (PSKC, RFC 6030) to manage secret key data.
oath-toolkit: 
oath-toolkit: https://www.nongnu.org/oath-toolkit/
"

### default pkg_download
### default pkg_prepare
### default pkg_package

### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-pam --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


