updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / ejacs / PKGBUILD
blob5f0bd902a3d45c237c24530e176610686a0e0eca
1 # Contributor: Ondrej Kucera <ondrej.kucera@centrum.cz>
3 pkgname=ejacs
4 pkgver=20081127
5 pkgrel=1
6 pkgdesc="JavaScript/ECMAScript console for emacs"
7 arch=("i686" "x86_64")
8 url="http://code.google.com/p/ejacs/"
9 depends=("emacs")
10 makedepends=("emacs")
11 source=("http://ejacs.googlecode.com/files/ejacs-11-27-08.zip")
12 license=("GPL")
13 md5sums=("d11f34f7a686f6e4d8977e94698fec8c")
15 build() {
16   cd $srcdir
18   emacs -batch -q -L . -f batch-byte-compile *.el
20   for f in *.el? README; do
21     install -Dm 644 $f ${pkgdir}/usr/share/emacs/site-lisp/ejacs/$f
22   done