summaryrefslogtreecommitdiffstats
path: root/test/qemu/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-27 23:17:27 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-27 23:17:27 +0100
commit598534eb2fc9fab1b4288194049d3e0ed81f7ca0 (patch)
tree25cc5760a7ca6e7eca23784c2ce0bb0cb01d0fc2 /test/qemu/Pkgfile
parent77a80ac6b1e4c902c7492629869cfa415e2923c0 (diff)
downloadnutyx-pakxe-598534eb2fc9fab1b4288194049d3e0ed81f7ca0.tar.gz
nutyx-pakxe-598534eb2fc9fab1b4288194049d3e0ed81f7ca0.tar.bz2
nutyx-pakxe-598534eb2fc9fab1b4288194049d3e0ed81f7ca0.tar.xz
nutyx-pakxe-598534eb2fc9fab1b4288194049d3e0ed81f7ca0.zip
Maj qemu#0.12.2-1
Diffstat (limited to 'test/qemu/Pkgfile')
-rw-r--r--test/qemu/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/qemu/Pkgfile b/test/qemu/Pkgfile
deleted file mode 100644
index fc6513288..000000000
--- a/test/qemu/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-}