opt/qemu-bin/Pkgfile

19 lines
479 B
Plaintext
Raw Normal View History

2006-10-14 22:45:25 +02:00
# Description: Fast CPU emulator and virtualizer
# URL: http://fabrice.bellard.free.fr/qemu/
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
# Depends on: libsdl
# Nice to have: kqemu
name=qemu-bin
2007-02-27 00:05:44 +01:00
version=0.9.0
2006-10-14 22:45:25 +02:00
release=1
source=(http://fabrice.bellard.free.fr/qemu/qemu-$version-i386.tar.gz)
build() {
cp -r $SRC/* $PKG
mv $PKG/usr/local/share/man $PKG/usr/man
mv $PKG/usr/local/bin $PKG/usr/bin
rm -rf $PKG/usr/local/share/doc
}