diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-03-02 12:34:41 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-03-02 12:34:41 -0300 |
commit | 89427cd345dd9778ff930861b51ead9801adec70 (patch) | |
tree | 5e47b6f8c4c61e9cbda4cbc31cd2e445384119cf /libre | |
parent | 4de6c7d4c7de0733dd6a084ec7dbf085ea40d8af (diff) |
libui-sh-2010.12.31-1
Diffstat (limited to 'libre')
-rw-r--r-- | libre/libui-sh/PKGBUILD | 25 |
1 files changed, 25 insertions, 0 deletions
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 <dieter@plaetinck.be> + +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') |