diff options
author | Kuroi Kenshi <kuroi_kenshi96@yahoo.com> | 2010-04-14 21:08:18 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:05 +0200 |
commit | 5c25dad1d7c0c087c192ee05d0026442a3cbaecc (patch) | |
tree | aa197cf0a0c60256c7f94a2a9c119c0a6659ba0f | |
parent | 248b9f48e16fc8828a5509e62cfa31d2803a026c (diff) | |
download | slackbuilds-5c25dad1d7c0c087c192ee05d0026442a3cbaecc.tar.gz |
system/tokyotyrant: Updated for version 1.1.40.
-rw-r--r-- | system/tokyotyrant/slack-desc | 14 | ||||
-rw-r--r-- | system/tokyotyrant/tokyotyrant.SlackBuild | 12 | ||||
-rw-r--r-- | system/tokyotyrant/tokyotyrant.info | 8 |
3 files changed, 16 insertions, 18 deletions
diff --git a/system/tokyotyrant/slack-desc b/system/tokyotyrant/slack-desc index 374d1f4aa1..fcb9636aaa 100644 --- a/system/tokyotyrant/slack-desc +++ b/system/tokyotyrant/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler-------------------------------------------------------| tokyotyrant: Tokyo Tyrant (Lightweight database server) -tokyotyrant: -tokyotyrant: Tokyo Tyrant provides network-based access to Tokyo Cabinet. -tokyotyrant: It is composed of the server process managing a database and -tokyotyrant: its access library for client applications. -tokyotyrant: +tokyotyrant: +tokyotyrant: Tokyo Tyrant provides network-based access to Tokyo Cabinet. It is +tokyotyrant: composed of the server process managing a database and its access +tokyotyrant: library for client applications. +tokyotyrant: tokyotyrant: http://1978th.net/tokyotyrant/ +tokyotyrant: tokyotyrant: -tokyotyrant: -tokyotyrant: +tokyotyrant: tokyotyrant: diff --git a/system/tokyotyrant/tokyotyrant.SlackBuild b/system/tokyotyrant/tokyotyrant.SlackBuild index 32d673cd6c..2159fe1652 100644 --- a/system/tokyotyrant/tokyotyrant.SlackBuild +++ b/system/tokyotyrant/tokyotyrant.SlackBuild @@ -4,7 +4,7 @@ # Written by kuroi_kenshi <kuroi_kenshi96@yahoo.com> PRGNAM=tokyotyrant -VERSION=${VERSION:-1.1.39} +VERSION=${VERSION:-1.1.40} 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/tokyotyrant, so... -# We'll add some extras and make a symlink for our users -cp -a README example $PKG/usr/share/tokyotyrant -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/share/tokyotyrant/$PRGNAM.SlackBuild -mkdir -p $PKG/usr/doc -( cd $PKG/usr/doc ; ln -s ../share/tokyotyrant $PRGNAM-$VERSION ) +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + ChangeLog COPYING README THANKS 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/tokyotyrant/tokyotyrant.info b/system/tokyotyrant/tokyotyrant.info index 3f1f9f80d9..26ebb027b6 100644 --- a/system/tokyotyrant/tokyotyrant.info +++ b/system/tokyotyrant/tokyotyrant.info @@ -1,10 +1,10 @@ PRGNAM="tokyotyrant" -VERSION="1.1.39" +VERSION="1.1.40" HOMEPAGE="http://1978th.net/tokyotyrant/" -DOWNLOAD="http://1978th.net/tokyotyrant/tokyotyrant-1.1.39.tar.gz" -MD5SUM="7bc2b0b909d3132b3d994755b3516f24" +DOWNLOAD="http://1978th.net/tokyotyrant/tokyotyrant-1.1.40.tar.gz" +MD5SUM="cc9b7f0c6764d37700ab43d29a5c6048" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Kuroi Kenshi" EMAIL="kuroi_kenshi96@yahoo.com" -APPROVED="rworkman" +APPROVED="dsomero" |