diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-03-03 19:53:54 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-03-03 19:53:54 -0300 |
commit | 540d125ac1843199f130ae57f17ed3d26aad88e9 (patch) | |
tree | 903165248ba96c8b76903f6b8b2a194bb869636e /libre | |
parent | 0247cfbfabf5210ba8106c80d520136b104e8fbe (diff) | |
parent | 58d2a7d5b11d000e25bae5a16b11588be65c41aa (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/abslibre
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') |