updated on Wed Jan 18 16:10:53 UTC 2012
[aur-mirror.git] / i8086emu / PKGBUILD
blobcc5d6ccd9ef5053d6047676e6e02db55da3cda75
1 # Contributor: Vinay S Shastry <vinayshastry@gmail.com>
3 pkgname=i8086emu
4 pkgver=0.9.2
5 pkgrel=4
6 pkgdesc="i8086emu is an cross-platform emulator for the Intel 8086 microprocessor with an ncurses and a GTK-2 interface."
7 arch=(i686 x86_64)
8 url="http://i8086emu.sourceforge.net/"
9 depends=('gtk2' 'ncurses')
10 makedepends=('pkgconfig')
11 license=('GPL')
12 source=(http://downloads.sourceforge.net/sourceforge/i8086emu/$pkgname-src-$pkgver.tar.gz)
13 md5sums=('09cf42640387b88e0189ee985f094131')
15 build() {
16   cd $startdir/src/$pkgname-src-$pkgver
17   [ $CARCH == "x86_64" ] && export CFLAGS="$CFLAGS -fPIC"
18   ./configure --prefix=/usr --sysconfdir=/etc 
19   make || return 1
20   make DESTDIR=$startdir/pkg install