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

# source: SFR
TARBALL=aescrypt-${PKGVER}.tgz
MD5SUM=8617db23df697214e535b945a15ae7ab
SRC_URL=https://www.aescrypt.com/download/v3/linux/$TARBALL
BUNDLE=

SLACKDESC='aescrypt: aescrypt '"${PKGVER}"' (file encryption software)  
aescrypt:  
aescrypt: AES Crypt is a file encryption software available on
aescrypt: several operating systems that uses the industry standard
aescrypt: Advanced Encryption Standard (AES) to easily
aescrypt: and securely encrypt files.
aescrypt: 
aescrypt: 
aescrypt: 
aescrypt: 
aescrypt: 
'

### default pkg_download
### default_pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd tmp/aescrypt*/src &&
	make ${MAKEFLAGS} &&
	make ${MAKEFLAGS} install &&
	pkg_build_slackdesc
}
