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 | b14c2da572abbb95f0e2b7226db9e226523b7606 (patch) | |
tree | 903165248ba96c8b76903f6b8b2a194bb869636e | |
parent | c6325a47c7e93fe41e8f1e20147224a19301038f (diff) | |
parent | 0d1bceb53656f5976e84fd7a1b31e1ca57b0b0cc (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/abslibre
-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') |