2017-03-24 00:55:30 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://cmus.github.io/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Small, fast and powerful console music player"
|
2019-01-20 22:39:59 +01:00
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2020-12-20 14:16:34 +01:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2021-01-23 02:10:28 +01:00
|
|
|
TERMUX_PKG_VERSION=2.9.1
|
2019-05-05 16:45:07 +02:00
|
|
|
TERMUX_PKG_DEPENDS="libandroid-support, libiconv, ncurses, pulseaudio, ffmpeg, libmad, opusfile, libflac, libvorbis"
|
2021-01-17 12:46:12 +01:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/cmus/cmus/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
2021-01-23 02:10:28 +01:00
|
|
|
TERMUX_PKG_SHA256=6fb799cae60db9324f03922bbb2e322107fd386ab429c0271996985294e2ef44
|
2019-08-12 17:28:41 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
2017-03-24 00:55:30 +01:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
LD=$CC
|
2019-05-17 21:46:57 +02:00
|
|
|
export CUE_LIBS=" -lm"
|
2017-08-14 18:42:35 +02:00
|
|
|
export CONFIG_OSS=n
|
2017-03-24 00:55:30 +01:00
|
|
|
}
|
|
|
|
|
2019-02-08 10:37:29 +01:00
|
|
|
termux_step_configure() {
|
2017-03-24 00:55:30 +01:00
|
|
|
./configure prefix=$TERMUX_PREFIX
|
|
|
|
}
|