Blame view

buildroot/buildroot-2016.08.1/package/acpitool/acpitool.mk 417 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
  ################################################################################
  #
  # acpitool
  #
  ################################################################################
  
  ACPITOOL_VERSION = 0.5.1
  ACPITOOL_SOURCE = acpitool-$(ACPITOOL_VERSION).tar.bz2
  ACPITOOL_SITE = http://downloads.sourceforge.net/sourceforge/acpitool
  ACPITOOL_LICENSE = GPLv2+
  ACPITOOL_LICENSE_FILES = COPYING
  
  $(eval $(autotools-package))