• 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/aiccu/aiccu.mk
Thomas De SchampheleireThomas De Schampheleire committed d4b539564fc26 Jul 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# aiccu
4
#
5
################################################################################
6
​
7
AICCU_VERSION = 20070115
8
AICCU_SOURCE = aiccu_$(AICCU_VERSION).tar.gz
9
AICCU_SITE = http://www.sixxs.net/archive/sixxs/aiccu/unix
10
AICCU_LICENSE = SixXS License, concise redistribution license
11
AICCU_LICENSE_FILES = doc/LICENSE
12
AICCU_DEPENDENCIES = gnutls
13
​
14
AICCU_LFDLAGS = $(TARGET_LDFLAGS)
15
​
16
# aiccu forgets to link with gnutls' dependencies breaking the build when
17
# linking statically
18
ifeq ($(BR2_STATIC_LIBS),y)
19
AICCU_LDFLAGS += `$(PKG_CONFIG_HOST_BINARY) --libs gnutls`
20
endif
21
​
22
# dummy RPM_OPT_FLAGS to disable stripping
23
define AICCU_BUILD_CMDS
24
    $(TARGET_CONFIGURE_OPTS) LDFLAGS="$(AICCU_LDFLAGS)" $(MAKE) \
25
        CC="$(TARGET_CC)" RPM_OPT_FLAGS=1 -C $(@D)/unix-console all
26
endef
27
​
28
define AICCU_INSTALL_TARGET_CMDS
29
    $(INSTALL) -D -m 0755 $(@D)/unix-console/aiccu \
30
        $(TARGET_DIR)/usr/sbin/aiccu
31
    $(INSTALL) -D -m 0644 $(@D)/doc/aiccu.conf \
32
        $(TARGET_DIR)/etc/aiccu.conf
33
endef
34
​
35
define AICCU_INSTALL_INIT_SYSV
36
    $(INSTALL) -D -m 0755 $(@D)/doc/aiccu.init \
37
        $(TARGET_DIR)/etc/init.d/S50aiccu
38
endef
39
​
40
$(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.