1 # Maintainer: Jan de Groot <jgc@archlinux.org>
2 # Contributor: Chaiwat Suttipongsakul <cwt114@gmail.com>
7 pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
8 url="https://linux.thai.net/projects/datrie"
12 provides=('libdatrie.so')
13 options=('!emptydirs')
14 source=(https://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
15 md5sums=('e26b5aa008b5f3588ab38d2dce9e9325')
16 sha256sums=('12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be')
19 cd "${srcdir}/${pkgname}-${pkgver}"
20 ./configure --prefix=/usr --disable-static
25 cd "${srcdir}/${pkgname}-${pkgver}"
26 make DESTDIR="${pkgdir}" install -j1