22 lines
699 B
Bash
22 lines
699 B
Bash
# Template file for 'libdatrie'
|
|
pkgname=libdatrie
|
|
version=0.2.12
|
|
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-or-later"
|
|
homepage="https://linux.thai.net/projects/datrie"
|
|
distfiles="https://linux.thai.net/pub/ThaiLinux/software/libthai/libdatrie-${version}.tar.xz"
|
|
checksum=452dcc4d3a96c01f80f7c291b42be11863cd1554ff78b93e110becce6e00b149
|
|
|
|
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"
|
|
}
|
|
}
|