New package: libdatrie-0.2.10

This commit is contained in:
newbluemoon 2017-09-08 07:23:09 +02:00 committed by Jürgen Buchmüller
parent b3be404f81
commit 0af2a3dd97
2 changed files with 23 additions and 0 deletions

1
srcpkgs/libdatrie-devel Symbolic link
View File

@ -0,0 +1 @@
libdatrie

View File

@ -0,0 +1,22 @@
# 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"
}
}