system/tokyocabinet: Updated for version 1.4.43.

This commit is contained in:
Kuroi Kenshi 2010-04-14 21:07:25 -04:00 committed by David Somero
parent 9089514d44
commit 248b9f48e1
4 changed files with 18 additions and 20 deletions

View file

@ -1,3 +1,3 @@
Tokyo Cabinet is a fast and efficient key/value database.
It provides schema-less storage through hash tables, B-tree
tables, and fixed-length arrays.
Tokyo Cabinet is a fast and efficient key/value database. It provides
schema-less storage through hash tables, B-tree tables and
fixed-length arrays.

View file

@ -7,13 +7,13 @@
|-----handy-ruler-------------------------------------------------------|
tokyocabinet: Tokyo Cabinet (Key-Value Store)
tokyocabinet:
tokyocabinet: Tokyo Cabinet is a fast and efficient key/value database.
tokyocabinet: It provides schema-less storage through hash tables,
tokyocabinet: B-tree tables, and fixed-length arrays.
tokyocabinet:
tokyocabinet:
tokyocabinet: Tokyo Cabinet is a fast and efficient key/value database. It provides
tokyocabinet: schema-less storage through hash tables, B-tree tables and
tokyocabinet: fixed-length arrays.
tokyocabinet:
tokyocabinet: http://1978th.net/tokyocabinet/
tokyocabinet:
tokyocabinet:
tokyocabinet:
tokyocabinet:
tokyocabinet:

View file

@ -4,7 +4,7 @@
# Written by kuroi_kenshi <kuroi_kenshi96@yahoo.com>
PRGNAM=tokyocabinet
VERSION=${VERSION:-1.4.41}
VERSION=${VERSION:-1.4.43}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -66,12 +66,10 @@ make install DESTDIR=$PKG
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
# Upstream expects the docs in /usr/share/tokyocabinet, so...
# We'll add some extras and make a symlink for our users
cp -a README example $PKG/usr/share/tokyocabinet
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/share/tokyocabinet/$PRGNAM.SlackBuild
mkdir -p $PKG/usr/doc
( cd $PKG/usr/doc ; ln -s ../share/tokyocabinet $PRGNAM-$VERSION )
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
COPYING README THANKS ChangeLog doc example $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

View file

@ -1,10 +1,10 @@
PRGNAM="tokyocabinet"
VERSION="1.4.41"
VERSION="1.4.43"
HOMEPAGE="http://1978th.net/tokyocabinet/"
DOWNLOAD="http://1978th.net/tokyocabinet/tokyocabinet-1.4.41.tar.gz"
MD5SUM="f5cbcb55286df6bbdedd165f33fdfb5d"
DOWNLOAD="http://1978th.net/tokyocabinet/tokyocabinet-1.4.43.tar.gz"
MD5SUM="5e3e267c023ea7bf3710b13de9f954a9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Kuroi Kenshi"
EMAIL="kuroi_kenshi96@yahoo.com"
APPROVED="rworkman"
APPROVED="dsomero"