# Maintainer: Kevin Piche # Contributor: Tom Newsom pkgname=zile pkgver=2.3.23 pkgrel=1 pkgdesc="A small, fast, and powerful Emacs clone" arch=('i686' 'x86_64') url="http://www.gnu.org/software/zile" license=('GPL') depends=('ncurses') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('4a2fa0015403cdf0eb32a5e648169cae') build() { cd $srcdir/$pkgname-$pkgver ./configure \ --prefix=/usr make } package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install }