mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 19:57:14 +08:00
17 lines
429 B
Bash
17 lines
429 B
Bash
pkgname=m17n-contrib
|
|
pkgver=1.1.14
|
|
pkgrel=1
|
|
pkgdesc="Contributions (input methods) for m17n"
|
|
url="http://www.nongnu.org/m17n"
|
|
arch=('any')
|
|
license=('GPL')
|
|
depends=('gawk' 'm17n-db' 'm17n-lib')
|
|
source=("http://download.savannah.gnu.org/releases/m17n/$pkgname-$pkgver.tar.gz")
|
|
build() {
|
|
cd $srcdir/$pkgname-$pkgver
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$pkgdir install
|
|
}
|
|
md5sums=('ae8c8b57604144a3d40afe54d5a912a3')
|