mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 11:56:18 +00:00
19 lines
640 B
Makefile
19 lines
640 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="linuxconsoletools"
|
|
PKG_VERSION="1.8.1"
|
|
PKG_SHA256="4da29745c782b7db18f5f37c49e77bf163121dd3761e2fc7636fa0cbf35c2456"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://sourceforge.net/projects/linuxconsole/"
|
|
PKG_URL="http://prdownloads.sourceforge.net/linuxconsole/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Set of utilities for joysticks and serial devices."
|
|
PKG_BUILD_FLAGS="-sysroot"
|
|
|
|
PKG_MAKE_OPTS_TARGET="SYSTEMD_SUPPORT=0"
|
|
|
|
makeinstall_target() {
|
|
make install PREFIX="/usr" DESTDIR="${INSTALL}"
|
|
}
|