updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / geben-on-emacs / PKGBUILD
blob4b86bdd8efd93c25a3398b1e9c7beeb77c11fd93
1 pkgname=geben-on-emacs
2 pkgver=0.26
3 pkgrel=1
4 pkgdesc="interfaces Emacs to DBGp protocol with which you can debug running scripts interactively"
5 arch=(any)
6 url="http://code.google.com/p/geben-on-emacs/"
7 license=('GPL2')
8 depends=(emacs)
9 source=(http://geben-on-emacs.googlecode.com/files/geben-$pkgver.tar.gz)
10 md5sums=('521f06b7ef8da949e1897c8f70a39e66')
12 build() {
13   cd "$srcdir/geben-$pkgver"
14   make || return 1
15   make SITELISP=$pkgdir/usr/share/emacs/site-lisp install