updated on Sat Jan 21 08:01:15 UTC 2012
[aur-mirror.git] / faumachine / PKGBUILD
bloba857b70add36c3f10a2ffdc39a5e6cdacf53bdac
1 # Maintainer: kfgz <kfgz at interia dot pl>
2 # Contributor: Thomas Karmann <thomas at krmnn dot de>
4 pkgname=faumachine
5 pkgver=20110812
6 pkgrel=1
7 pkgdesc="FAUmachine is an Open Source Virtual Machine"
8 arch=('i686' 'x86_64')
9 url="http://www3.informatik.uni-erlangen.de/Research/FAUmachine/"
10 license=('GPL')
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')
17 build() {
18   cd ${srcdir}/${pkgname}-${pkgver}
19   unset LDFLAGS
20   sed -i "s|bin/python|bin/python2|g" scripts/check_license.py
21   ./autogen.sh
22   ./configure --prefix=/usr --mandir=/usr/share/man --disable-build-bios
23   sed -i "s|bin/python|bin/python2|g" config.status
24   make
27 package() {
28   cd ${srcdir}/${pkgname}-${pkgver}
29   make DESTDIR=${pkgdir} install
30   rm -rf ${pkgdir}/usr/share/faumachine/roms