1 # Contributor: Vinay S Shastry <vinayshastry@gmail.com>
6 pkgdesc="i8086emu is an cross-platform emulator for the Intel 8086 microprocessor with an ncurses and a GTK-2 interface."
8 url="http://i8086emu.sourceforge.net/"
9 depends=('gtk2' 'ncurses')
10 makedepends=('pkgconfig')
12 source=(http://downloads.sourceforge.net/sourceforge/i8086emu/$pkgname-src-$pkgver.tar.gz)
13 md5sums=('09cf42640387b88e0189ee985f094131')
16 cd $startdir/src/$pkgname-src-$pkgver
17 [ $CARCH == "x86_64" ] && export CFLAGS="$CFLAGS -fPIC"
18 ./configure --prefix=/usr --sysconfdir=/etc
20 make DESTDIR=$startdir/pkg install