cleaned up the recipe a bit

This commit is contained in:
Alex Striff
2015-01-13 02:04:07 +00:00
parent 69f51b2fa3
commit 0657e0037f

View File

@@ -1,5 +1,5 @@
SUMMARY="A set of C subroutines that is useful for indexing a set of key/value \
pairs."
pairs"
DESCRIPTION="
AVLDupTree is a set of C subroutines (not C++, so you can use it in drivers) \
that is useful for indexing a set of key/value pairs, using the key to find \
@@ -12,9 +12,6 @@ libavlduptree.
"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2001 Alexander G. M. Smith"
# This is the original homepage, but the domain is up for sale at the time
# of writing this recipe.
# HOMEPAGE="http://achilles.net/~agsmith/"
HOMEPAGE="https://github.com/HaikuArchives/AVLDupTree"
SRC_URI="git+https://github.com/HaikuArchives/AVLDupTree.git#5969ca7e26e65857a9ade8ed6abee2fda7f1e9d9"
REVISION="1"