summaryrefslogtreecommitdiffstats
path: root/qemu/Pkgfile
blob: f7ef371a5cd7d8fffce91b5af58cca6b24458397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Emulateur opensource
# URL: http://www.bellard.org/qemu/download.html
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: alsa-lib, curl, gnutls, esound, sdl
# Run on: alsa-lib,curl,gnutls,esound,sdl

name=qemu
version=0.14.0
release=1
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr
	sed -i -e 's#-rpath,/usr/lib#-rpath,/usr/lib,-rpath,/lib#g' \
	config-host.mak
	make
	make DESTDIR=$PKG install
#	install -D -m644 ../70-kqemu.rules \
#	$PKG/etc/udev/rules.d/70-kqemu.rules
}