# $Id: PKGBUILD 153982 2012-03-21 07:47:25Z eric $ # Contributor: Tom Newsom # Maintainer: Kevin Piche pkgname=zile pkgver=2.4.7 pkgrel=1 pkgdesc="A small, fast, and powerful Emacs clone" arch=('i686' 'x86_64') url="http://www.gnu.org/software/zile/" license=('GPL') depends=('acl' 'gc' 'ncurses') source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) sha1sums=('30c47a399b94b5dce68a178fe98807f86719a466' 'e22de32794e34eb9e1409d1eecc7aa18b710cf5d') build() { cd "${srcdir}"/${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { cd "${srcdir}"/${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }