# $Id$ # Maintainer: Dieter Plaetinck pkgname=libui-sh pkgver=2011.05.22 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) build() { cd $srcdir/libui-sh-$pkgver/ make DESTDIR="$pkgdir/" install } # vim:set ts=2 sw=2 et: md5sums=('44e422ca76ca99a7df99e2249ff3b4e5')