summaryrefslogtreecommitdiff
path: root/libre/libui-sh/PKGBUILD
blob: 24f3a89af61956220da80d16cb617fc0b12ec1f8 (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=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')