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

# Note: required CMAKE to build
TARBALL=rabbit_tree-2016.11.13.tar.xz
MD5SUM=1d06ee9762c1eb22b2858bec1c99ccba
SRC_URL=https://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
}


