Commit c1d67c32 authored by Иван Мажукин's avatar Иван Мажукин Committed by Vitaly Lipatov

epm play: add webots

parent eddf019d
#!/bin/sh
PKGNAME=webots
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Webots: open-source robot simulator"
URL="https://cyberbotics.com/"
. $(dirname $0)/common.sh
PKGURL=$(epm tool eget --list --latest https://github.com/cyberbotics/webots/releases/"*.deb") || fatal "Can't get package URL"
epm install "$PKGURL"
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
move_to_opt "/usr/local/webots"
ignore_lib_requires librospack.so libtinyxml2.so.6 libicui18n.so.66 libicuuc.so.66 libbz2.so.1.0 libPocoFoundation.so.62
add_libs_requires
add_bin_link_command
fix_desktop_file "/usr/local/webots/resources/icons/core/webots.png"
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