libhangul: use github instead of google code, separate into -devel.
Closes #15115. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
d64fd50975
commit
9df2df9491
|
@ -0,0 +1 @@
|
|||
libhangul
|
|
@ -1,11 +1,22 @@
|
|||
# Template file for 'libhangul'
|
||||
pkgname=libhangul
|
||||
version=0.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
short_desc="A library to support hangul input and character classification"
|
||||
maintainer="Matthew Wynn <matthew@matthewwynn.com>"
|
||||
homepage="http://code.google.com/p/libhangul/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/libhangul/libhangul"
|
||||
distfiles="https://github.com/libhangul/libhangul/archive/libhangul-${version}.tar.gz"
|
||||
checksum=5905aa5c557d8d46e190fec1afdd75babf3bc086ef286b42007572703658295a
|
||||
|
||||
libhangul-devel_package() {
|
||||
depends="libhangul-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue