summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4b86bdd8efd93c25a3398b1e9c7beeb77c11fd93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgname=geben-on-emacs
pkgver=0.26
pkgrel=1
pkgdesc="interfaces Emacs to DBGp protocol with which you can debug running scripts interactively"
arch=(any)
url="http://code.google.com/p/geben-on-emacs/"
license=('GPL2')
depends=(emacs)
source=(http://geben-on-emacs.googlecode.com/files/geben-$pkgver.tar.gz)
md5sums=('521f06b7ef8da949e1897c8f70a39e66')

build() {
  cd "$srcdir/geben-$pkgver"
  make || return 1
  make SITELISP=$pkgdir/usr/share/emacs/site-lisp install
}