b49818004989a0fdf3246fd4ab46f48fd0966fb7
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ti-uim / ti-uim.mk
1 ################################################################################
2 #
3 # ti-uim
4 #
5 ################################################################################
6
7 TI_UIM_VERSION = c73894456df5def97111cb33d2106b684b8b7959
8 TI_UIM_SITE = git://gitorious.org/uim/uim.git
9 TI_UIM_LICENSE = GPLv2+
10
11 define TI_UIM_BUILD_CMDS
12         $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
13 endef
14
15 define TI_UIM_INSTALL_TARGET_CMDS
16         $(INSTALL) -m 0755 -D $(@D)/uim \
17                 $(TARGET_DIR)/usr/sbin/uim
18 endef
19
20 $(eval $(generic-package))