summaryrefslogtreecommitdiffstats
path: root/base/kqemu/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-05-07 16:17:38 +0200
committertnut <tnut at nutyx dot com>2011-05-07 16:17:38 +0200
commitb873cbce725449874add694653a8679698b66f26 (patch)
tree4bb1634107d062ab7c3d511ec39efc02b2fc8751 /base/kqemu/Pkgfile
parentc5e184562e876bf0529a1ea93b55059f4c9c448f (diff)
downloadnutyx-extra-b873cbce725449874add694653a8679698b66f26.tar.gz
nutyx-extra-b873cbce725449874add694653a8679698b66f26.tar.bz2
nutyx-extra-b873cbce725449874add694653a8679698b66f26.tar.xz
nutyx-extra-b873cbce725449874add694653a8679698b66f26.zip
kqemu, ajout patch
Diffstat (limited to 'base/kqemu/Pkgfile')
-rw-r--r--base/kqemu/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/kqemu/Pkgfile b/base/kqemu/Pkgfile
index 9062e1602..bec5554a2 100644
--- a/base/kqemu/Pkgfile
+++ b/base/kqemu/Pkgfile
@@ -6,13 +6,14 @@
name=kqemu
version=1.4.0pre1
release=1
-source=(http://wiki.qemu.org/download/$name-$version.tar.gz)
+source=(http://wiki.qemu.org/download/$name-$version.tar.gz\
+ http://nutyx.meticul.eu/files/patchs/$name/kqemu-1.4-kernel-26.37-1.patch)
build() {
cd $name-$version
+ patch -Np1 -i ../kqemu-1.4-kernel-26.37-1.patch
./configure
make
-# make DESTDIR=$PKG install
mkdir -p $PKG/lib/modules/`uname -r`/misc
cp kqemu.ko $PKG/lib/modules/`uname -r`/misc
}