# $Id$ # Maintainer: Dieter Plaetinck pkgname=libui-sh pkgver=2011.08.31 pkgrel=1 pkgdesc="a shell library providing useful UI functions" arch=('any') url="https://projects.parabolagnulinux.org/libui-sh.git" license=('GPL3') depends=('bash') optdepends=('dialog: for ncurses support') source=($url/snapshot/${pkgname}-${pkgver}.tar.bz2) md5sums=('79daf01e4cd5b7fb186d1127d3334092') build() { cd $srcdir/libui-sh-$pkgver/ make DESTDIR="$pkgdir/" install } # vim:set ts=2 sw=2 et: