• 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/minidlna/minidlna.mk
Bernd KuhlsBernd Kuhls committed 7d93e2bfa1419 Mar 2016
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# minidlna
4
#
5
################################################################################
6
​
7
MINIDLNA_VERSION = 1.1.5
8
MINIDLNA_SITE = http://downloads.sourceforge.net/project/minidlna/minidlna/$(MINIDLNA_VERSION)
9
MINIDLNA_LICENSE = GPLv2, BSD-3c
10
MINIDLNA_LICENSE_FILES = COPYING LICENCE.miniupnpd
11
​
12
MINIDLNA_DEPENDENCIES = \
13
    $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) host-gettext \
14
    ffmpeg flac libvorbis libogg libid3tag libexif jpeg sqlite \
15
    host-xutil_makedepend
16
​
17
MINIDLNA_CONF_OPTS = \
18
    --disable-static
19
​
20
define MINIDLNA_INSTALL_CONF
21
    $(INSTALL) -D -m 644 $(@D)/minidlna.conf $(TARGET_DIR)/etc/minidlna.conf
22
endef
23
​
24
MINIDLNA_POST_INSTALL_TARGET_HOOKS += MINIDLNA_INSTALL_CONF
25
​
26
define MINIDLNA_INSTALL_INIT_SYSV
27
    $(INSTALL) -D -m 0755 package/minidlna/S60minidlnad \
28
        $(TARGET_DIR)/etc/init.d/S60minidlnad
29
endef
30
​
31
define MINIDLNA_INSTALL_INIT_SYSTEMD
32
    $(INSTALL) -D -m 0755 package/minidlna/minidlnad.service \
33
        $(TARGET_DIR)/usr/lib/systemd/system/minidlnad.service
34
​
35
    mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
36
​
37
    ln -fs  ../../../../usr/lib/systemd/system/minidlnad.service \
38
        $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/minidlnad.service
39
endef
40
​
41
$(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.