updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / biew / PKGBUILD
blob1cd8ff7f237f1b4015bbf4f4fea6b18355c2e0ef
1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Maintainer: Daniele Stanzani <d.stanzani@gmail.com>
7 pkgname="biew"
8 pkgver="610"
9 pkgrel=1
10 pkgdesc="BEYE (Binary EYE) is a free, portable, advanced file viewer with built-in editor for binary, hexadecimal and disassembler modes. It contains a highlight AVR/Java/i86-AMD64/ARM-XScale/PPC-64 and other disassembler, full preview of MZ,NE,PE,ELF and other."
11 arch=('i686' 'x86_64')
12 url="http://beye.sourceforge.net/"
13 license=('GPL')
14 depends=(slang ncurses)
15 source=(http://sourceforge.net/projects/beye/files/biew/6.1.0/$pkgname-$pkgver-src.tar.bz2/download)
16 md5sums=('1b6477defaa61b8ca0f2ae1254978e94')
18 build() {
19         cd "$srcdir/$pkgname-$pkgver"
20         ./configure --prefix=/usr
21         make
24 package() {
25         cd "$srcdir/$pkgname-$pkgver"
26         make DESTDIR="$pkgdir/" install