• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/fan-ctrl/fan-ctrl.mk
Rahul BedarkarRahul Bedarkar committed af31c309e7330 Mar 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# fan-ctrl
4
#
5
################################################################################
6
​
7
# no release, so grab .c file directly from viewvc
8
FAN_CTRL_VERSION = 1.3
9
FAN_CTRL_SOURCE = fan-ctrl.c?revision=$(FAN_CTRL_VERSION)
10
FAN_CTRL_SITE = http://fan-ctrl.cvs.sourceforge.net/viewvc/fan-ctrl/fan-ctrl
11
FAN_CTRL_LICENSE = GPL-2.0+
12
FAN_CTRL_LICENSE_FILES = fan-ctrl.c
13
​
14
define FAN_CTRL_EXTRACT_CMDS
15
    cp $(DL_DIR)/$(FAN_CTRL_SOURCE) $(@D)/fan-ctrl.c
16
endef
17
​
18
define FAN_CTRL_BUILD_CMDS
19
    $(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) \
20
        $(@D)/fan-ctrl.c -o $(@D)/fan-ctrl
21
endef
22
​
23
define FAN_CTRL_INSTALL_TARGET_CMDS
24
    $(INSTALL) -D -m 755 $(@D)/fan-ctrl $(TARGET_DIR)/usr/sbin/fan-ctrl
25
endef
26
​
27
$(eval $(generic-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.