Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions srcpkgs/libhangul/template
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
# Template file for 'libhangul'
pkgname=libhangul
version=0.1.0
revision=3
version=0.2.0
revision=1
build_style=gnu-configure
hostmakedepends="automake gettext-devel libtool pkg-config"
configure_args="--disable-static"
short_desc="A library to support hangul input and character classification"
hostmakedepends="gettext pkg-config"
short_desc="Library to support hangul input and character classification"
maintainer="Michael Aldridge <[email protected]>"
license="LGPL-2.1-or-later"
homepage="https://github.com/libhangul/libhangul"
distfiles="https://github.com/libhangul/libhangul/archive/libhangul-${version}.tar.gz"
checksum=e2a81ef159ed098d3cc1a20377dba6204821b7ce2bc24cfb2f2543adf3bc5830

post_extract() {
sed -i '/AM_GNU_GETTEXT_VERSION/s/0.18/0.20/' configure.ac
}

pre_configure() {
./autogen.sh
}
distfiles="https://github.com/libhangul/libhangul/releases/download/libhangul-${version}/libhangul-${version}.tar.gz"
checksum=ea04e6a0cf4840a2a3b5641c1761068c78691036db839d0838f4e7a6553a5120

libhangul-devel_package() {
depends="libhangul-${version}_${revision}"
Expand Down