summaryrefslogtreecommitdiffstats
path: root/system/tokyocabinet
diff options
context:
space:
mode:
author Kuroi Kenshi <kuroi_kenshi96@yahoo.com>2010-04-14 21:07:25 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-05-15 10:38:04 +0200
commit248b9f48e16fc8828a5509e62cfa31d2803a026c (patch)
treedfda5dcaf424ece81413fd852da18b07abc0fc12 /system/tokyocabinet
parent9089514d44e1f143c59048f13d594a9b68a94e30 (diff)
downloadslackbuilds-248b9f48e16fc8828a5509e62cfa31d2803a026c.tar.gz
slackbuilds-248b9f48e16fc8828a5509e62cfa31d2803a026c.tar.xz
system/tokyocabinet: Updated for version 1.4.43.
Diffstat (limited to 'system/tokyocabinet')
-rw-r--r--system/tokyocabinet/README6
-rw-r--r--system/tokyocabinet/slack-desc12
-rw-r--r--system/tokyocabinet/tokyocabinet.SlackBuild12
-rw-r--r--system/tokyocabinet/tokyocabinet.info8
4 files changed, 18 insertions, 20 deletions
diff --git a/system/tokyocabinet/README b/system/tokyocabinet/README
index ac1535d0ce..3e2aee63f7 100644
--- a/system/tokyocabinet/README
+++ b/system/tokyocabinet/README
@@ -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.
diff --git a/system/tokyocabinet/slack-desc b/system/tokyocabinet/slack-desc
index fd2e8a6592..a1cb6017d1 100644
--- a/system/tokyocabinet/slack-desc
+++ b/system/tokyocabinet/slack-desc
@@ -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:
diff --git a/system/tokyocabinet/tokyocabinet.SlackBuild b/system/tokyocabinet/tokyocabinet.SlackBuild
index 5112356f96..7841235da0 100644
--- a/system/tokyocabinet/tokyocabinet.SlackBuild
+++ b/system/tokyocabinet/tokyocabinet.SlackBuild
@@ -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
diff --git a/system/tokyocabinet/tokyocabinet.info b/system/tokyocabinet/tokyocabinet.info
index 8ca3326a50..dc23234a4f 100644
--- a/system/tokyocabinet/tokyocabinet.info
+++ b/system/tokyocabinet/tokyocabinet.info
@@ -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"