# $Id$ # Maintainer: Dieter Plaetinck pkgname=libui-sh pkgver=2010.12.31 pkgrel=1 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=(http://repo.parabolagnulinux.org/other/$pkgname-$pkgver.tar.gz) build() { cd $srcdir/libui-sh-$pkgver/ make DESTDIR="$pkgdir/" install } # vim:set ts=2 sw=2 et: md5sums=('8056134adf6ea8ba52d1f6e6e4eaf522')