23 lines
689 B
Bash
23 lines
689 B
Bash
# Template file for 'libdatrie'
|
|
pkgname=libdatrie
|
|
version=0.2.10
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Implementation of double-array structure for representing trie"
|
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
|
license="LGPL-2.1"
|
|
homepage="https://linux.thai.net/projects/datrie"
|
|
distfiles="ftp://linux.thai.net/pub/ThaiLinux/software/libthai/${pkgname}-${version}.tar.xz"
|
|
checksum=180eff7b0309ca19a02d5864e744185d715f021398a096fec6cf960f8ebfaa2b
|
|
|
|
libdatrie-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|