1 # Contributor: Colin Drake <colin.f.drake@gmail.com>
5 pkgdesc="A portable emacs clone for X Windows or terminal with a lisp interpreter."
7 url="http://christian.jullien.free.fr/emacs/"
9 depends=('libsm' 'libx11')
10 source=("http://www.eligis.com/emacs/$pkgname-$pkgver.tar.gz")
11 md5sums=('b43e9e745a129ab3578e9e2b06eb8b6d')
14 cd "$srcdir/$pkgname-$pkgver"
15 ./configure --prefix=/usr
17 make INSTALL="$pkgdir/usr/" install