New package: libdatrie-0.2.10
This commit is contained in:
parent
b3be404f81
commit
0af2a3dd97
2 changed files with 23 additions and 0 deletions
1
srcpkgs/libdatrie-devel
Symbolic link
1
srcpkgs/libdatrie-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libdatrie
|
22
srcpkgs/libdatrie/template
Normal file
22
srcpkgs/libdatrie/template
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue