1 # Contributor: gucong <gucong43216@gmail.com>
2 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
7 pkgdesc="An extension to lookup words through sdcv (StarDict Console Version) in Emacs."
9 url="http://code.google.com/p/sdcv-mode/"
11 depends=('emacs' 'sdcv')
12 install=$pkgname.install
13 source=(http://sdcv-mode.googlecode.com/svn/trunk/sdcv-mode.el)
14 md5sums=('3241cda6ba365e9ad9daf0a36b16ae82')
17 emacs -Q -batch -L . -f batch-byte-compile sdcv-mode.el
20 install -D -m 644 "$srcdir/sdcv-mode.el" \
21 "$pkgdir/usr/share/emacs/site-lisp/sdcv-mode.el"
22 install -D -m 644 "$srcdir/sdcv-mode.elc" \
23 "$pkgdir/usr/share/emacs/site-lisp/sdcv-mode.elc"