summaryrefslogtreecommitdiffstats
path: root/test/qemu/Pkgfile
diff options
context:
space:
mode:
authorsibelle <lesibel@free.fr>2010-02-27 22:19:40 +0100
committersibelle <lesibel@free.fr>2010-02-27 22:19:40 +0100
commit466934a7f2bd48b5ca7fe8112d17840811b2aa1e (patch)
tree7330e1a99e9650f54283ecec35ff8a82ed67455b /test/qemu/Pkgfile
parenteb24bf1956c5b691b756e78ab5433d51c36ef3b3 (diff)
parentf4bea1514ecf9029ca00036d089458cebfebfd21 (diff)
downloadnutyx-pakxe-466934a7f2bd48b5ca7fe8112d17840811b2aa1e.tar.gz
nutyx-pakxe-466934a7f2bd48b5ca7fe8112d17840811b2aa1e.tar.bz2
nutyx-pakxe-466934a7f2bd48b5ca7fe8112d17840811b2aa1e.tar.xz
nutyx-pakxe-466934a7f2bd48b5ca7fe8112d17840811b2aa1e.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'test/qemu/Pkgfile')
-rw-r--r--test/qemu/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/qemu/Pkgfile b/test/qemu/Pkgfile
new file mode 100644
index 000000000..fc6513288
--- /dev/null
+++ b/test/qemu/Pkgfile
@@ -0,0 +1,21 @@
+# 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
+
+name=qemu
+version=0.12.2
+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
+}