distribution/packages/sysutils/inotify-tools/package.mk

22 lines
676 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="inotify-tools"
PKG_VERSION="4.23.9.0"
2022-02-05 14:23:32 +00:00
PKG_LICENSE="GPLv2"
PKG_SITE="http://wiki.github.com/rvoicilas/inotify-tools/"
2023-02-24 13:53:43 +00:00
PKG_URL="https://github.com/rvoicilas/inotify-tools/archive/${PKG_VERSION}.tar.gz"
2022-02-05 14:23:32 +00:00
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A C library and a set of command-line programs for Linux providing a simple interface to inotify."
PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --disable-doxygen"
pre_configure_target() {
2023-02-24 13:53:43 +00:00
CFLAGS="${CFLAGS} -Wno-error=misleading-indentation"
2022-02-05 14:23:32 +00:00
}
makeinstall_target() {
:
}