19 lines
692 B
Bash
19 lines
692 B
Bash
# Template file for 'ibus-libpinyin'
|
|
pkgname=ibus-libpinyin
|
|
version=1.11.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="intltool libtool pkg-config autoconf-archive autoconf automake
|
|
gnome-common gettext-devel glib-devel ibus-devel"
|
|
makedepends="sqlite-devel libpinyin-devel"
|
|
short_desc="Intelligent Pinyin engine using libpinyin for IBus"
|
|
maintainer="Ben Sung Hsu <pobetiger+github@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/libpinyin/ibus-libpinyin"
|
|
distfiles="https://github.com/libpinyin/ibus-libpinyin/archive/${version}.tar.gz"
|
|
checksum=e1a83b7ea4b207cbbbc4017a806baab3592cd0cad2fdb5a3594d058fbdf07f27
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|