Commit 189602db authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play: add freedownloadmanager (eterbug #18282)

parent acd1e268
#!/bin/sh
PKGNAME=freedownloadmanager
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="It's a powerful modern download accelerator and organizer for Windows, macOS, Android, and Linux"
URL="https://www.freedownloadmanager.org/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="$(eget --list "https://www.freedownloadmanager.org/ru/download-fdm-for-linux.htm" "freedownloadmanager.deb" | head -n 1)"
install_pkgurl
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
add_bin_exec_command fdm $PRODUCTDIR/fdm
install_file $PRODUCTDIR/icon.png /usr/share/icons/hicolor/256x256/apps/$PRODUCT.png
fix_desktop_file $PRODUCTDIR/fdm fdm
fix_desktop_file $PRODUCTDIR/icon.png $PRODUCT.png
# libmimerapi.so dependency fix
remove_file /opt/freedownloadmanager/plugins/sqldrivers/libqsqlmimer.so
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