• 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/memstat/memstat.mk
Arnout Vandecappelle (Essensium/Mind)Arnout Vandecappelle (Essensium/Mind) committed e1502ebc0c903 Jul 2012
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
#############################################################
#
# memstat
#
#############################################################
​
MEMSTAT_VERSION = 0.8
MEMSTAT_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/m/memstat
MEMSTAT_SOURCE = memstat_$(MEMSTAT_VERSION).tar.gz
​
define MEMSTAT_BUILD_CMDS
    $(MAKE) CC="$(TARGET_CC)" LD="$(TARGET_LD)" CFLAGS="$(TARGET_CFLAGS)" \
        -C $(@D) memstat
endef
​
define MEMSTAT_INSTALL_TARGET_CMDS
    $(INSTALL) -D $(@D)/memstat.conf -m 0644 \
        $(TARGET_DIR)/etc/memstat.conf
    $(INSTALL) -D $(@D)/memstat $(TARGET_DIR)/usr/bin/memstat
endef
​
define MEMSTAT_UNINSTALL_TARGET_CMDS
    rm -f $(TARGET_DIR)/etc/memstat.conf
    rm -f $(TARGET_DIR)/usr/bin/memstat
endef
​
$(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.