diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-08-14 18:22:56 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-08-14 18:22:56 +0000 |
commit | 93790bda4327953a049448820c8d432ba354ac3f (patch) | |
tree | ce69bd9c21f660ab4835ceabea40d95e8787565d /vars | |
parent | 66da2435e2278fc40c2e4ff2f7587e4ce5e13a11 (diff) | |
download | midipix_build-93790bda4327953a049448820c8d432ba354ac3f.tar.bz2 midipix_build-93790bda4327953a049448820c8d432ba354ac3f.tar.xz |
vars/build.vars:native_packages_etc: adds icecast v2.4.99.2-283 (via Redfoxmoon.)
Diffstat (limited to 'vars')
-rw-r--r-- | vars/build.vars | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars index e3d11679..c903897e 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -1089,7 +1089,7 @@ patch patchutils perl python2 python3 ruby smallbasic tcl"; # # Packages list native_packages_etc NATIVE_PACKAGES_ETC_PACKAGES=" -ca_certificates cron dante debianutils hexcurse htop infounzip infozip jamvm classpath +ca_certificates cron dante debianutils hexcurse htop icecast infounzip infozip jamvm classpath john less mc mintty nano ncdu p7zip procps_ng qpdf rw rxvt_unicode st tmux vim xcowsay xeyes xorriso xterm xwd"; : ${PKG_CA_CERTIFICATES_URLS_GIT:="ca-certificates=https://github.com/Redfoxmoon3/ca-certificates@master"}; @@ -1118,6 +1118,10 @@ xeyes xorriso xterm xwd"; : ${PKG_HTOP_URL:=http://hisham.hm/htop/releases/${PKG_HTOP_VERSION}/htop-${PKG_HTOP_VERSION}.tar.gz}; : ${PKG_HTOP_CONFIGURE_ARGS_EXTRA:="--enable-proc --enable-unicode"}; : ${PKG_HTOP_ENV_VARS_EXTRA:="HTOP_NCURSES_CONFIG_SCRIPT=${PREFIX_NATIVE}/bin/ncurses-config:HTOP_NCURSES6_CONFIG_SCRIPT=${PREFIX_NATIVE}/bin/ncurses6-config:HTOP_NCURSESW_CONFIG_SCRIPT=${PREFIX_NATIVE}/bin/ncursesw-config:HTOP_NCURSESW6_CONFIG_SCRIPT=${PREFIX_NATIVE}/bin/ncursesw6-config"} +: ${PKG_ICECAST_SHA256SUM:=eee7644a6bc703f5705ebe6b79c8d20a66a13cc577c60665e2bc2c34e3a0536d}; +: ${PKG_ICECAST_VERSION:=2.4.99.2-283}; +: ${PKG_ICECAST_URL:=https://people.xiph.org/~epirat/Icecast/icecast-${PKG_ICECAST_VERSION}.tar.gz}; +: ${PKG_ICECAST_CONFIGURE_ARGS_EXTRA:="--without-speex"}; : ${PKG_INFOUNZIP_URLS_GIT:=infounzip=https://github.com/Redfoxmoon3/infounzip.git@master}; : ${PKG_INFOUNZIP_IN_TREE:=1}; : ${PKG_INFOZIP_URLS_GIT:=infozip=https://github.com/Redfoxmoon3/infozip.git@master}; |