get-scripts view rpix86 @ rev 21

opera: add ru locale
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 28 10:04:21 2014 +0200 (2014-07-28)
parents
children dd4436ade9f9
line source
1 WEB_SITE="http://rpix86.patrickaalto.com/"
2 TARBALL="rpix86.tar.gz"
3 WGET_URL="$WEB_SITE$TARBALL"
4 HOST_ARCH="arm"
5 SHORT_DESC="A PC emulator for the Raspberry Pi computer."
7 wget $WGET_URL
8 [ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting."
10 tar xzf $TARBALL
11 VERSION=$(strings rpix86 | sed '/aspberry/!d;s/.*v *//;s/ .*//')
13 mkdir -p $PACKAGE-$SOURCE/usr/bin
14 mv rpix86 $PACKAGE-$SOURCE/usr/bin
16 set +e