libraries/libr3: Fixed download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
8e31525ccc
commit
cb46056158
|
@ -1,10 +1,10 @@
|
|||
R3 is an URL router library with high performance, thus, it's
|
||||
implemented in C. It compiles your R3Route paths into a prefix
|
||||
trie.
|
||||
tree.
|
||||
|
||||
By using the prefix tree constructed in the start-up time, you
|
||||
can dispatch the path to the controller with high efficiency.
|
||||
|
||||
Optional dependencies:
|
||||
- Grapviz: rendering Routes With Graphviz
|
||||
- graphviz (rendering Routes With Graphviz)
|
||||
GRAPHVIZ=yes ./libr3.SlackBuild
|
||||
|
|
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf r3-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/r3-$VERSION.tar.gz
|
||||
cd r3-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libr3"
|
||||
VERSION="1.3.4"
|
||||
HOMEPAGE="https://github.com/c9s/r3/"
|
||||
DOWNLOAD="https://github.com/c9s/r3/archive/1.3.4/libr3-1.3.4.tar.gz"
|
||||
DOWNLOAD="https://github.com/c9s/r3/archive/1.3.4/r3-1.3.4.tar.gz"
|
||||
MD5SUM="c2dcc4c04ae3ff3b04131b7b341e33d8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README%"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andre Barboza"
|
||||
EMAIL="bmg.andre@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue