18 lines
697 B
Bash
18 lines
697 B
Bash
# Template file for 'ibus-libpinyin'
|
|
pkgname=ibus-libpinyin
|
|
version=1.12.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="gettext intltool libtool pkg-config autoconf-archive
|
|
automake gnome-common which"
|
|
makedepends="gettext-devel glib-devel ibus-devel 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=1fe023d3416f1be6284e23fd977cae58e3e5eddbc5582e6e8aa7bb82b3751ddd
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|