mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
18 lines
603 B
Bash
18 lines
603 B
Bash
# Contributor: Norberto Lopes <shelika@mail.telepac.pt>
|
|
pkgname=flim
|
|
pkgver=1.14.9
|
|
pkgrel=1
|
|
pkgdesc="A library to provide basic features about message representation or encoding."
|
|
arch=(i686 x86_64)
|
|
url="http://cvs.m17n.org/elisp/FLIM/index.html.ja.iso-2022-jp"
|
|
license=('GPL')
|
|
depends=('emacs' 'emacs-apel>=10.7')
|
|
source=(http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/lisp/flim/flim-1.14/$pkgname-$pkgver.tar.gz)
|
|
noextract=()
|
|
md5sums=('3dca42e2a1af4b089bb3f177bcf9321b')
|
|
|
|
build() {
|
|
cd $startdir/src/$pkgname-$pkgver
|
|
make || return 1
|
|
make install PREFIX=$startdir/pkg/usr || return 1
|
|
}
|