mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/tokyotyrant: Updated for version 1.1.40.
This commit is contained in:
parent
248b9f48e1
commit
5c25dad1d7
3 changed files with 16 additions and 18 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue