############################################################# # # plymouth # ############################################################# PLYMOUTH_VERSION = 0.8.5 PLYMOUTH_SITE = http://www.freedesktop.org/software/plymouth/releases PLYMOUTH_SOURCE = plymouth-$(PLYMOUTH_VERSION).tar.bz2 define PLYMOUTH_INSTALL_TARGET_CMDS $(INSTALL) -m 0755 $(@D)/src/plymouth $(TARGET_DIR)/bin/plymouth endef define PLYMOUTH_UNINSTALL_TARGET_CMDS rm -f $(TARGET_DIR)/bin/plymouth endef $(eval $(call AUTOTARGETS))