mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
17 lines
577 B
Bash
17 lines
577 B
Bash
# Contributor: Norberto Lopes <shelika@mail.telepac.pt>
|
|
pkgname=semi
|
|
pkgver=1.14.6
|
|
pkgrel=1
|
|
pkgdesc="A library to provide MIME feature for GNU Emacs."
|
|
arch=(i686 x86_64)
|
|
url="http://cvs.m17n.org/elisp/SEMI/index.html.ja.iso-2022-jp"
|
|
license=('GPL')
|
|
depends=('emacs' 'emacs-apel>=10.7' 'flim>=1.6.0')
|
|
source=(http://kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/semi/semi-1.14-for-flim-1.14/$pkgname-$pkgver.tar.gz)
|
|
md5sums=('22d735fa218c8c6268cd2c9395cd837b')
|
|
|
|
build() {
|
|
cd $startdir/src/$pkgname-$pkgver
|
|
make || return 1
|
|
make install PREFIX=$startdir/pkg/usr || return 1
|
|
}
|