SHORT_DESC="A PC emulator for the Raspberry Pi computer."
WEB_SITE="http://rpix86.patrickaalto.com/"
# end of get.list data
TARBALL="rpix86.tar.gz"
WGET_URL="$WEB_SITE$TARBALL"
HOST_ARCH="arm"

wget $WGET_URL
[ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting."

tar xzf $TARBALL
VERSION=$(strings rpix86 | sed '/aspberry/!d;s/.*v *//;s/ .*//')

chmod +x rpix86
mkdir -p $PACKAGE-$VERSION/fs/usr/bin
mv rpix86 $PACKAGE-$VERSION/fs/usr/bin
