diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-05-13 00:40:54 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:40:54 +0200 |
commit | 26fe1ea66747493e0db11444c2efcfec429e4f08 (patch) | |
tree | 4a32682d20135a8e54a8449dc8ec7e2fd9c5dd70 | |
parent | 3f686466c732a347a968f1cd013745b0243baf88 (diff) |
system/mcrypt: Updated for version 2.6.8
-rw-r--r-- | system/mcrypt/README | 8 | ||||
-rw-r--r-- | system/mcrypt/mcrypt.SlackBuild | 2 | ||||
-rw-r--r-- | system/mcrypt/mcrypt.info | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/system/mcrypt/README b/system/mcrypt/README index e987f323ef8e..52128e52ec81 100644 --- a/system/mcrypt/README +++ b/system/mcrypt/README @@ -5,8 +5,6 @@ including encrypting files or data streams without having to be cryptographers. The companion to MCrypt is libmcrypt, which contains the actual encryption functions themselves and provides a standardized mechanism for accessing them. -mcrypt and libmcrypt packages are recommended if you are using phpmyadmin for -database administration. - -To actually use mcrypt, you would have to recompile php with the following -config switch: "--with-mcrypt=shared,/usr/bin" +The mcrypt package is recommended if you are using phpmyadmin for database +administration. To actually use mcrypt, you would have to recompile php with +the following config switch: "--with-mcrypt=shared,/usr/bin" diff --git a/system/mcrypt/mcrypt.SlackBuild b/system/mcrypt/mcrypt.SlackBuild index 48df263f6443..0996cddbab25 100644 --- a/system/mcrypt/mcrypt.SlackBuild +++ b/system/mcrypt/mcrypt.SlackBuild @@ -100,4 +100,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/system/mcrypt/mcrypt.info b/system/mcrypt/mcrypt.info index 4a6135c753c4..b5d19c9e1610 100644 --- a/system/mcrypt/mcrypt.info +++ b/system/mcrypt/mcrypt.info @@ -2,7 +2,9 @@ PRGNAM="mcrypt" VERSION="2.6.8" HOMEPAGE="http://mcrypt.sourceforge.net/" DOWNLOAD="http://downloads.sourceforge.net/mcrypt/mcrypt-2.6.8.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="97639f8821b10f80943fa17da302607e" +MD5SUM_x86_64="" MAINTAINER="Nishant Limbachia" EMAIL="nishant@mnspace.net" APPROVED="rworkman" |