• 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/dialog/dialog.mk
Thomas PetazzoniThomas Petazzoni committed 300f9c9c9dc29 Sep 2011
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
#############################################################
2
#
3
# dialog
4
#
5
#############################################################
6
DIALOG_VERSION:=1.1-20100428
7
DIALOG_SOURCE:=dialog-$(DIALOG_VERSION).tgz
8
DIALOG_SITE:=ftp://invisible-island.net/dialog
9
DIALOG_CONF_OPT = --with-ncurses
10
DIALOG_CONF_ENV = ac_cv_path_NCURSES_CONFIG=true LIBS=-lncurses
11
DIALOG_DEPENDENCIES = ncurses
12
​
13
ifneq ($(BR2_ENABLE_LOCALE),y)
14
DIALOG_DEPENDENCIES+=libiconv
15
endif
16
​
17
define DIALOG_INSTALL_TARGET_CMDS
18
    install -c $(@D)/dialog $(TARGET_DIR)/usr/bin/dialog
19
endef
20
​
21
define DIALOG_POST_CLEAN
22
    -$(MAKE) -C $(@D) clean
23
    rm -f $(TARGET_DIR)/usr/bin/dialog
24
endef
25
​
26
$(eval $(call AUTOTARGETS))
  • 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.