python-cryptography: bump to version 1.7.2
[buildroot-gz.git] / package / dbus-triggerd / dbus-triggerd.mk
blob48d5fb29fe97676c63fa4034c05cc81bf51bdafd
1 ################################################################################
3 # dbus-triggerd
5 ################################################################################
7 DBUS_TRIGGERD_VERSION = ba3dbec805cb707c94c54de21666bf18b79bcc09
8 DBUS_TRIGGERD_SITE = git://rg42.org/dbustriggerd.git
9 DBUS_TRIGGERD_LICENSE = GPLv2+
10 DBUS_TRIGGERD_DEPENDENCIES = host-pkgconf dbus
12 define DBUS_TRIGGERD_BUILD_CMDS
13 $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) all
14 endef
16 define DBUS_TRIGGERD_INSTALL_TARGET_CMDS
17 $(TARGET_MAKE_ENV) $(MAKE) DESTDIR="$(TARGET_DIR)" -C $(@D) install
18 endef
20 $(eval $(generic-package))