summaryrefslogtreecommitdiffstats
path: root/package/plymouth/plymouth.mk
blob: 6ff7f56643e12e89c9fbc3d94cc228b11bc927e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#############################################################
#
# 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))