• 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/libidn/libidn.mk
Gustavo ZacariasGustavo Zacarias committed 019a581f89022 Oct 2012
Raw file
Source viewDiff to previous
 
1
#############################################################
2
#
3
# libidn
4
#
5
#############################################################
6
​
7
LIBIDN_VERSION = 1.25
8
LIBIDN_SITE = $(BR2_GNU_MIRROR)/libidn
9
LIBIDN_INSTALL_STAGING = YES
10
LIBIDN_CONF_ENV = EMACS="no"
11
LIBIDN_CONF_OPT = --disable-java --enable-csharp=no
12
LIBIDN_DEPENDENCIES = host-pkgconf $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) $(if $(BR2_PACKAGE_LIBICONV),libiconv)
13
​
14
define LIBIDN_REMOVE_BINARY
15
    rm -f $(TARGET_DIR)/usr/bin/idn
16
endef
17
​
18
ifneq ($(BR2_PACKAGE_LIBIDN_BINARY),y)
19
LIBIDN_POST_INSTALL_TARGET_HOOKS += LIBIDN_REMOVE_BINARY
20
endif
21
​
22
define LIBIDN_REMOVE_EMACS_STUFF
23
    rm -rf $(TARGET_DIR)/usr/share/emacs
24
endef
25
​
26
LIBIDN_POST_INSTALL_TARGET_HOOKS += LIBIDN_REMOVE_EMACS_STUFF
27
​
28
define LIBIDN_UNINSTALL_TARGET_CMDS
29
    rm -f $(TARGET_DIR)/usr/lib/libidn*
30
    rm -f $(TARGET_DIR)/usr/bin/idn
31
endef
32
​
33
$(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.