From 0657e0037fcd7568ed349f257df64c296b66f591 Mon Sep 17 00:00:00 2001 From: Alex Striff Date: Tue, 13 Jan 2015 02:04:07 +0000 Subject: [PATCH] cleaned up the recipe a bit --- haiku-libs/libavlduptree/libavlduptree-1.0.0.recipe | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/haiku-libs/libavlduptree/libavlduptree-1.0.0.recipe b/haiku-libs/libavlduptree/libavlduptree-1.0.0.recipe index 9eead7fc4..836396a6b 100644 --- a/haiku-libs/libavlduptree/libavlduptree-1.0.0.recipe +++ b/haiku-libs/libavlduptree/libavlduptree-1.0.0.recipe @@ -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"