### this file is sourced not run
PKGVER=1.11
PKGBUILD=1
PKGARCH=x86_64
	
# source: james
TARBALL=ccrypt-$PKGVER.tar.gz
MD5SUM=262573b04416b3b947f0d38807ec5246
SRC_URL=http://downloads.sourceforge.net/ccrypt/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="ccrypt-static: ccrypt-static $PKGVER (File encryption)
ccrypt-static: 
ccrypt-static: ccrypt is a tool for encrypting and decrypting files and streams. It 
ccrypt-static: is based on the Rijndael block cipher also known as AES.
ccrypt-static: 
ccrypt-static: This is a static-built package using musl, suitable for use in
ccrypt-static: initrd.
ccrypt-static: 
ccrypt-static: http://ccrypt.sourceforge.net/
ccrypt-static: 
ccrypt-static: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	type musl-gcc || exit 1 # need to have musl-gcc
	export CC=musl-gcc &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


