get-scripts view rpix86 @ rev 44

opera: fix non-us layout error, again
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat May 23 13:48:59 2015 +0300 (2015-05-23)
parents dd4436ade9f9
children 2cdf3e534506
line source
1 SHORT_DESC="A PC emulator for the Raspberry Pi computer."
2 WEB_SITE="http://rpix86.patrickaalto.com/"
3 # end of get.list data
4 TARBALL="rpix86.tar.gz"
5 WGET_URL="$WEB_SITE$TARBALL"
6 HOST_ARCH="arm"
8 wget $WGET_URL
9 [ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting."
11 tar xzf $TARBALL
12 VERSION=$(strings rpix86 | sed '/aspberry/!d;s/.*v *//;s/ .*//')
14 chmod +x rpix86
15 mkdir -p $PACKAGE-$VERSION/fs/usr/bin
16 mv rpix86 $PACKAGE-$VERSION/fs/usr/bin
18 set +e