• 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/darkhttpd/darkhttpd.mk
Eric Le BihanEric Le Bihan committed 9c9de1e2b5d10 Dec 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# darkhttpd
4
#
5
################################################################################
6
​
7
DARKHTTPD_VERSION = 1.12
8
DARKHTTPD_SITE = https://unix4lyfe.org/darkhttpd
9
DARKHTTPD_SOURCE = darkhttpd-$(DARKHTTPD_VERSION).tar.bz2
10
DARKHTTPD_LICENSE = MIT
11
​
12
define DARKHTTPD_BUILD_CMDS
13
    $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
14
endef
15
​
16
define DARKHTTPD_INSTALL_TARGET_CMDS
17
    $(INSTALL) -D -m 0755 $(@D)/darkhttpd \
18
        $(TARGET_DIR)/usr/sbin/darkhttpd
19
endef
20
​
21
define DARKHTTPD_INSTALL_INIT_SYSTEMD
22
    $(INSTALL) -D -m 0644 package/darkhttpd/darkhttpd.service \
23
        $(TARGET_DIR)/usr/lib/systemd/system/darkhttpd.service
24
    mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
25
    ln -fs ../../../../usr/lib/systemd/system/darkhttpd.service \
26
        $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/darkhttpd.service
27
endef
28
​
29
define DARKHTTPD_INSTALL_INIT_SYSV
30
    $(INSTALL) -D -m 0755 package/darkhttpd/S50darkhttpd \
31
        $(TARGET_DIR)/etc/init.d/S50darkhttpd
32
endef
33
​
34
$(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.