forked from ronnyzhao/mosbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mosbuild.properties
37 lines (33 loc) · 1.29 KB
/
mosbuild.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#!/bin/bash
#
# moOde OS Image Builder (C) 2017 Koda59
#
# This Program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# This Program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# 2019-06-12 TC moOde 5.3.1
#
# Static properties
MOSBUILD_DIR=/home/pi/mosbuild
MOSBUILD_PROP=$MOSBUILD_DIR/mosbuild.properties
MOSBUILD_STEP=$MOSBUILD_DIR/mosbuild.stepfile
MOODE_REL=http://moodeaudio.org/downloads/prod/moode-r531.zip
RASPBIAN_IMG=2018-11-13-raspbian-stretch-lite.img
RASPBIAN_DNLD=http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2018-11-15/2018-11-13-raspbian-stretch-lite.zip
KERNEL_VER=4.19.49
KERNEL_HASH=ce9a76ebe12cfa9cd76d15be7684af93632365f6
MPD_BIN=mpd-0.20.23
SPS_BIN=shairport-sync-3.3.1-3615b99
SL_BIN=squeezelite-1.8.7-1052
LR_BIN=librespot-daeeeaa-armv6l
# Dynamically added properties