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

# source: james
TARBALL=mcrypt-$PKGVER.tar.gz
MD5SUM=97639f8821b10f80943fa17da302607e
SRC_URL=http://downloads.sourceforge.net/mcrypt/$TARBALL
BUNDLE=

SLACKREQ='libmcrypt libmhash'
SLACKDESC="mcrypt: mcrypt $PKGVER (File encryption tool)  
mcrypt:  
mcrypt: MCrypt is a replacement for the old crypt() package and crypt(1) 
mcrypt: command, with extensions. It allows developers to use a wide range of 
mcrypt: encryption functions, without making drastic changes to their code. It 
mcrypt: allows users to encrypt files or data streams without having to be 
mcrypt: cryptographers. Above all, it allows you to have some really neat code 
mcrypt: on your machine. :)  
mcrypt: 
mcrypt: 
mcrypt: http://mcrypt.sourceforge.net/
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


