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

# BLFS 8.2
TARBALL=argon2-$PKGVER.tar.gz
MD5SUM=7d0a85aa3fa02a5962ff751a6e2078c8
SRC_URL=https://github.com/P-H-C/phc-winner-argon2/archive/20171227.tar.gz
BUNDLE=

SLACKREQ=
SLACKDESC="libargon2: libargon2 $PKGVER (Argon2 password hash library)
libargon2: 
libargon2: Argon2 is a password-hashing function that summarizes the state of 
libargon2: the art in the design of memory-hard functions and can be used to 
libargon2: hash passwords for credential storage, key derivation, or other 
libargon2: applications.
libargon2: 
libargon2: https://github.com/P-H-C/phc-winner-argon2
libargon2: 
libargon2: 
libargon2: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/*argon2* &&
	make $MAKEFLAGS && make install LIBRARY_REL=lib64 &&
	pkg_build_slackdesc
}


