1 # Packager: itsbrad212 <linuxguy16@gmail.com>
5 pkgdesc="A balanced tree library that comes with full documentation"
7 url="http://www.stanford.edu/~blp/avl/"
10 source=(ftp://ftp.gnu.org/pub/gnu/avl/avl-$pkgver.tar.gz)
11 md5sums=('28f175eed15a6ca52f626cb04964ee12')
15 ./configure --prefix=/usr
17 make DESTDIR=$pkgdir install