### this file is sourced not run
PKGVER=2014.07
PKGBUILD=1
PKGARCH=x86_64

# Note: requireq CMAKE to build
TARBALL=rabbit_tree-2014.tar.xz
MD5SUM=09b3c5bd14ca4ee5cee3c67c61a498a4
SRC_URL=http://xyne.archlinux.ca/projects/rabbit_tree/src/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="rabbit-tree: rabbit-tree $PKGVER (Radix tree library)  
rabbit-tree:  
rabbit-tree: Rabbit Tree is an implementation of radix trees in C with bit 
rabbit-tree: keys instead of character keys. The library is implemented with a 
rabbit-tree: set of very flexible macros that can be used to create maps 
rabbit-tree: (a.k.a. dictionaries or association lists) of any data type to 
rabbit-tree: any other that can be represented as a contiguous sequence of 
rabbit-tree: bytes.  
rabbit-tree: 
rabbit-tree: http://xyne.archlinux.ca/projects/rabbit_tree/
rabbit-tree:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	export CFLAGS="-O2"
	export CXXFLAGS="-O2"
	pkg_build_cmake && pkg_build_slackdesc
}


