diff --git a/srcpkgs/libdatrie-devel b/srcpkgs/libdatrie-devel new file mode 120000 index 00000000000..2a7ee17f845 --- /dev/null +++ b/srcpkgs/libdatrie-devel @@ -0,0 +1 @@ +libdatrie \ No newline at end of file diff --git a/srcpkgs/libdatrie/template b/srcpkgs/libdatrie/template new file mode 100644 index 00000000000..6473506a263 --- /dev/null +++ b/srcpkgs/libdatrie/template @@ -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 " +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" + } +}