mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
In absence of license file, use source file as a license file since it
has license header in comments.
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit 50284570fb)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
22 lines
675 B
Makefile
22 lines
675 B
Makefile
################################################################################
|
|
#
|
|
# dbus-triggerd
|
|
#
|
|
################################################################################
|
|
|
|
DBUS_TRIGGERD_VERSION = ba3dbec805cb707c94c54de21666bf18b79bcc09
|
|
DBUS_TRIGGERD_SITE = git://rg42.org/dbustriggerd.git
|
|
DBUS_TRIGGERD_LICENSE = GPLv2+
|
|
DBUS_TRIGGERD_LICENSE_FILES = dbus-triggerd.c
|
|
DBUS_TRIGGERD_DEPENDENCIES = host-pkgconf dbus
|
|
|
|
define DBUS_TRIGGERD_BUILD_CMDS
|
|
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) all
|
|
endef
|
|
|
|
define DBUS_TRIGGERD_INSTALL_TARGET_CMDS
|
|
$(TARGET_MAKE_ENV) $(MAKE) DESTDIR="$(TARGET_DIR)" -C $(@D) install
|
|
endef
|
|
|
|
$(eval $(generic-package))
|