# $Id$
# Maintainer: Dieter Plaetinck <dieter@plaetinck.be>

pkgname=libui-sh
pkgver=2011.10.09
pkgrel=2
pkgdesc="a shell library providing useful UI functions"
arch=('any')
url="http://github.com/Dieterbe/libui-sh/"
license=('GPL3')
depends=('bash')
optdepends=('dialog: for ncurses support')
source=(ftp://ftp.archlinux.org/other/libui-sh/libui-sh-$pkgver.tar.gz)
md5sums=('6f855b407d791ab66b78f839835ed915')

build() {

  cd $srcdir/libui-sh-$pkgver/
  
  make DESTDIR="$pkgdir/" install

}

# vim:set ts=2 sw=2 et: