Commit 1a0a3047 authored by Boria138's avatar Boria138 Committed by Vitaly Lipatov

epm play: add s4a (eterbug #17346)

parent 45b9c264
#!/bin/sh
PKGNAME="S4A"
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='A Scratch modification that allows for simple programming of the Arduino open source hardware platform'
URL="https://s4a.cat/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="https://s4a.cat/downloads/S4A16.deb"
install_pkgurl
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
add_requires i586-alsa-plugins-pulse.32bit i586-libnsl1.32bit
fix_desktop_file /usr/bin/$PRODUCT
add_libs_requires
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment