• 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/procps-ng/procps-ng.mk
Gustavo ZacariasGustavo Zacarias committed d1058c2d2d908 Oct 2014
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# procps-ng
4
#
5
################################################################################
6
​
7
PROCPS_NG_VERSION = 3.3.10
8
PROCPS_NG_SOURCE = procps-ng-$(PROCPS_NG_VERSION).tar.xz
9
PROCPS_NG_SITE = http://downloads.sourceforge.net/project/procps-ng/Production
10
PROCPS_NG_LICENSE = GPLv2+, libproc and libps LGPLv2+
11
PROCPS_NG_LICENSE_FILES = COPYING COPYING.LIB
12
PROCPS_NG_INSTALL_STAGING = YES
13
​
14
PROCPS_NG_DEPENDENCIES = ncurses
15
​
16
# If both procps-ng and busybox are selected, make certain procps-ng
17
# wins the fight over who gets to have their utils actually installed.
18
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
19
PROCPS_NG_DEPENDENCIES += busybox
20
endif
21
​
22
ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
23
PROCPS_NG_DEPENDENCIES += gettext
24
PROCPS_NG_CONF_OPTS += LIBS=-lintl
25
endif
26
​
27
# We need this to make procps-ng binaries installed in $(TARGET_DIR)/usr
28
# instead of $(TARGET_DIR)/usr/usr
29
PROCPS_NG_CONF_OPTS += --exec-prefix=
30
​
31
$(eval $(autotools-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.