updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / dictionary / PKGBUILD
blobe2235e77838e19bf85d88336b340cb222611d730
1 # Contributor: James Cozine <jmcozine@gmail.com>
2 pkgname="dictionary"
3 pkgver=1.8.7
4 pkgrel=2
5 pkgdesc="Emacs interface to dictd dictionary servers."
6 arch=('i686' 'x86_64')
7 url="http://www.myrkr.in-berlin.de/dictionary/"
8 license=('GPL')
9 depends=('emacs')
10 install="$pkgname.install"
11 source=("http://www.myrkr.in-berlin.de/dictionary/$pkgname-$pkgver.tar.gz")
12 md5sums=('98b2e643a8f1983406ee4d9673a2bf1d')
14 build() {
15   cd "$startdir/src/$pkgname-$pkgver"
16   make || return 1
17   mkdir -p $startdir/pkg/usr/share/emacs/site-lisp
18   cp *.el{,c} $startdir/pkg/usr/share/emacs/site-lisp
21 # vim:set ts=2 sw=2 et: