updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / bviplus / PKGBUILD
blob811f5001f345ca6af712659762da5f3859d188eb
1 pkgname=bviplus
2 pkgver=0.9.4
3 pkgrel=1
4 pkgdesc="Bviplus is an ncurses based hex editor with a vim-like interface."
5 arch=(i686 x86_64)
6 url="http://bviplus.sourceforge.net/"
7 license=("GPLv3")
8 depends=("ncurses")
9 source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tgz)
10 md5sums=('b814929c439d2ec75cec2597540003e7')
11 build() {
12   cd $srcdir/${pkgname}-${pkgver}
13   make PREFIX=/usr
15 package() {
16   cd $srcdir/${pkgname}-${pkgver}
17   make PREFIX=${pkgdir}/usr install