Blame view

buildroot/buildroot-2016.08.1/package/libump/libump.mk 411 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
  ################################################################################
  #
  # libump
  #
  ################################################################################
  
  LIBUMP_VERSION = ec0680628744f30b8fac35e41a7bd8e23e59c39f
  LIBUMP_SITE = $(call github,linux-sunxi,libump,$(LIBUMP_VERSION))
  LIBUMP_LICENSE = Apache-2.0
  LIBUMP_AUTORECONF = YES
  LIBUMP_INSTALL_STAGING = YES
  
  $(eval $(autotools-package))