libhangul: fix build.

This commit is contained in:
Leah Neukirchen 2018-06-14 16:06:47 +02:00
parent 0000bac430
commit d59a1ea6fd

View file

@ -1,8 +1,9 @@
# Template file for 'libhangul'
pkgname=libhangul
version=0.1.0
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="automake gettext-devel libtool"
configure_args="--disable-static"
short_desc="A library to support hangul input and character classification"
maintainer="Matthew Wynn <matthew@matthewwynn.com>"
@ -12,6 +13,14 @@ distfiles="https://github.com/libhangul/libhangul/archive/libhangul-${version}.t
checksum=e2a81ef159ed098d3cc1a20377dba6204821b7ce2bc24cfb2f2543adf3bc5830
wrksrc="$pkgname-$pkgname-$version"
post_extract() {
sed -i '/AM_GNU_GETTEXT_VERSION/s/0.18/0.19/' configure.ac
}
pre_configure() {
./autogen.sh
}
libhangul-devel_package() {
depends="libhangul-${version}_${revision}"
short_desc+=" - development files"