gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1828: add blurb for avl


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1828: add blurb for avl
Date: Tue, 29 Jan 2013 11:14:39 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1828
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2013-01-29 11:14:39 +0100
message:
  add blurb for avl
modified:
  gnu/avl/Makefile
=== modified file 'gnu/avl/Makefile'
--- a/gnu/avl/Makefile  2012-12-16 22:02:50 +0000
+++ b/gnu/avl/Makefile  2013-01-29 10:14:39 +0000
@@ -3,11 +3,17 @@
 GARVERSION = 2.0.3
 HOME_URL = http://www.adtinfo.org
 DESCRIPTION = Binary search tree library
+define BLURB
+ libavl provides a large collection of binary search tree and balanced
+ tree routines for C. These trees offer at least O(log n) performance
+ for usually costly operations such as searching, inserting or
+ deleting items from a data structure.
+endef
 
 ######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = avl/
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 INSTALL_SCRIPTS = info


reply via email to

[Prev in Thread] Current Thread [Next in Thread]