libhangul: fix build.
This commit is contained in:
parent
0000bac430
commit
d59a1ea6fd
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'libhangul'
|
# Template file for 'libhangul'
|
||||||
pkgname=libhangul
|
pkgname=libhangul
|
||||||
version=0.1.0
|
version=0.1.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake gettext-devel libtool"
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
short_desc="A library to support hangul input and character classification"
|
short_desc="A library to support hangul input and character classification"
|
||||||
maintainer="Matthew Wynn <matthew@matthewwynn.com>"
|
maintainer="Matthew Wynn <matthew@matthewwynn.com>"
|
||||||
|
@ -12,6 +13,14 @@ distfiles="https://github.com/libhangul/libhangul/archive/libhangul-${version}.t
|
||||||
checksum=e2a81ef159ed098d3cc1a20377dba6204821b7ce2bc24cfb2f2543adf3bc5830
|
checksum=e2a81ef159ed098d3cc1a20377dba6204821b7ce2bc24cfb2f2543adf3bc5830
|
||||||
wrksrc="$pkgname-$pkgname-$version"
|
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() {
|
libhangul-devel_package() {
|
||||||
depends="libhangul-${version}_${revision}"
|
depends="libhangul-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user