summaryrefslogtreecommitdiff
path: root/libre/libui-sh/PKGBUILD
blob: 075d8c0a6971fb5ca6ec949a9e80e0dd0fa29968 (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
25
# $Id$
# Maintainer: Dieter Plaetinck <dieter@plaetinck.be>

pkgname=libui-sh
pkgver=2011.10.09
pkgrel=2
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=(ftp://ftp.archlinux.org/other/libui-sh/libui-sh-$pkgver.tar.gz)
md5sums=('6f855b407d791ab66b78f839835ed915')

build() {

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

}

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