system/mcrypt: Updated for version 2.6.8

This commit is contained in:
Nishant Limbachia 2010-05-13 00:40:54 +02:00 committed by Robby Workman
parent 3f686466c7
commit 26fe1ea667
3 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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}

View file

@ -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"