• 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/dump1090/dump1090.mk
Peter KorsgaardPeter Korsgaard committed 7a3c97ee73f30 Sep 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# dump1090
4
#
5
################################################################################
6
​
7
DUMP1090_VERSION = bff92c4ad772a0a8d433f788d39dae97e00e4dbe
8
DUMP1090_SITE = $(call github,MalcolmRobb,dump1090,$(DUMP1090_VERSION))
9
DUMP1090_LICENSE = BSD-3-Clause
10
# no real license file
11
DUMP1090_LICENSE_FILES = anet.h
12
DUMP1090_DEPENDENCIES = host-pkgconf librtlsdr
13
​
14
define DUMP1090_BUILD_CMDS
15
    $(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) PREFIX=/usr -C $(@D)
16
endef
17
​
18
define DUMP1090_INSTALL_TARGET_CMDS
19
    $(INSTALL) -m 0755 -D $(@D)/dump1090 $(TARGET_DIR)/usr/bin/dump1090
20
    $(INSTALL) -m 0755 -D $(@D)/view1090 $(TARGET_DIR)/usr/bin/view1090
21
    $(INSTALL) -d $(TARGET_DIR)/usr/share/dump1090
22
    cp -r $(@D)/public_html/* $(TARGET_DIR)/usr/share/dump1090
23
endef
24
​
25
$(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.