Blame view

buildroot/buildroot-2016.08.1/package/ti-uim/ti-uim.mk 512 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  ################################################################################
  #
  # ti-uim
  #
  ################################################################################
  
  TI_UIM_VERSION = c73894456df5def97111cb33d2106b684b8b7959
  TI_UIM_SITE = git://gitorious.org/uim/uim.git
  TI_UIM_LICENSE = GPLv2+
  
  define TI_UIM_BUILD_CMDS
  	$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
  endef
  
  define TI_UIM_INSTALL_TARGET_CMDS
  	$(INSTALL) -m 0755 -D $(@D)/uim \
  		$(TARGET_DIR)/usr/sbin/uim
  endef
  
  $(eval $(generic-package))