From 89427cd345dd9778ff930861b51ead9801adec70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Wed, 2 Mar 2011 12:34:41 -0300 Subject: libui-sh-2010.12.31-1 --- libre/libui-sh/PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 libre/libui-sh/PKGBUILD diff --git a/libre/libui-sh/PKGBUILD b/libre/libui-sh/PKGBUILD new file mode 100644 index 000000000..24f3a89af --- /dev/null +++ b/libre/libui-sh/PKGBUILD @@ -0,0 +1,25 @@ +# $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') -- cgit v1.2.3-2-g168b