libraries/db46: Updated for version 4.6.21

This commit is contained in:
John Clizbe 2010-05-13 00:29:06 +02:00 committed by Robby Workman
parent ae2eba26d3
commit 80176d9a65
2 changed files with 3 additions and 1 deletions

View file

@ -141,4 +141,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="db46"
VERSION="4.6.21"
HOMEPAGE="http://www.oracle.com/technology/products/berkeley-db/index.html"
DOWNLOAD="http://download.oracle.com/berkeley-db/db-4.6.21.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="718082e7e35fc48478a2334b0bc4cd11"
MD5SUM_x86_64=""
MAINTAINER="John Clizbe"
EMAIL="John.Clizbe@gmail.com"
APPROVED="rworkman"