summaryrefslogtreecommitdiff
path: root/libre/libui-sh/PKGBUILD
blob: e1f91a1db95166bdbe6d4f31fe4a2e7b7f025b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $Id$
# Maintainer: Dieter Plaetinck <dieter@plaetinck.be>

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)
md5sums=('79daf01e4cd5b7fb186d1127d3334092')

build() {

  cd $srcdir/libui-sh-$pkgver/
  
  make DESTDIR="$pkgdir/" install

}

# vim:set ts=2 sw=2 et: