get-scripts annotate rpix86 @ rev 26

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