New package: libchewing-0.5.1

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
Robert Stancil 2019-03-24 15:35:19 -03:00 committed by maxice8
parent e80fcd9041
commit b7d2bc49c5
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
3 changed files with 27 additions and 0 deletions

View file

@ -3421,3 +3421,4 @@ libqmdnsengine.so.0 qmdnsengine-0.1.0_1
libyang.so.0.16 libyang-0.16r3_1
libhtp.so.2 libhtp-0.5.30_1
libgedit-3.14.so gedit-3.32.0_1
libchewing.so.3 libchewing-0.5.1_1

1
srcpkgs/libchewing-devel Symbolic link
View file

@ -0,0 +1 @@
libchewing

View file

@ -0,0 +1,25 @@
# Template file for 'libchewing'
pkgname=libchewing
version=0.5.1
revision=1
build_style=cmake
makedepends="sqlite-devel"
short_desc="Intelligent phonetic (Zhuyin/Bopomofo) input method"
maintainer="Robert Stancil <robert.stancil@mavs.uta.edu>"
license="LGPL-2.1-only"
homepage="http://chewing.im/"
distfiles="https://github.com/chewing/libchewing/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
checksum=9708c63415fa6034435c0f38100e7d30d0e1bac927f67bec6dfeb3fef016172b
nocross="/builddir/libchewing-0.5.1/build/src/tools/init_database: cannot execute binary file"
libchewing-devel_package() {
depends="libchewing>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share
}
}