description="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe"
url="http://linux.thai.net/~thep/datrie/datrie.html"

packager="Great-OS Team"
maintainer="rems"

name=libdatrie
version=0.2.14

source=(http://linux.thai.net/pub/thailinux/software/libthai/$name-$version.tar.xz)

build() {
cd $name-$version
./configure --prefix=/usr \
            --mandir=/usr/share/man \
            --infodir=/usr/share/info \
            --disable-static

make
make DESTDIR=$PKG install

# Obsolet lib
rm $PKG/usr/lib/$name.la
}
