1 # Maintainer: kfgz <kfgz at interia dot pl>
2 # Contributor: Thomas Karmann <thomas at krmnn dot de>
7 pkgdesc="FAUmachine is an Open Source Virtual Machine"
9 url="http://www3.informatik.uni-erlangen.de/Research/FAUmachine/"
11 depends=('fauhdlc' 'faucc' 'faumachine-bios' 'gtk2' 'libtheora' 'zenity' 'make')
12 makedepends=('autoconf' 'automake' 'pkgconfig' 'xmlto' 'python2')
13 optdepends=('slirp: for network support')
14 source=(http://www3.informatik.uni-erlangen.de/Research/FAUmachine/downloads/${pkgname}-${pkgver}.tar.gz)
15 md5sums=('5bd3adb893e62e8e5df315d272b3d7d7')
18 cd ${srcdir}/${pkgname}-${pkgver}
20 sed -i "s|bin/python|bin/python2|g" scripts/check_license.py
22 ./configure --prefix=/usr --mandir=/usr/share/man --disable-build-bios
23 sed -i "s|bin/python|bin/python2|g" config.status
28 cd ${srcdir}/${pkgname}-${pkgver}
29 make DESTDIR=${pkgdir} install
30 rm -rf ${pkgdir}/usr/share/faumachine/roms