# cmus.cygport NAME="cmus" VERSION=2.9.1 TAG=2.9.1 RELEASE=1 SUMMARY="cmus is a small, fast and powerful console music player for Unix-like operating systems." DESCRIPTION="cmus is a lightweight ncurses music player. It supports various output methods by using dynamically-loaded output plugins." CATEGORY="Audio" HOMEPAGE="https://cmus.github.io/" SRC_URI="https://github.com/cmus/cmus/archive/v${TAG}.tar.gz" SRC_DIR="cmus-${TAG}" DEPEND="libncurses-devel libmad-devel libvorbis-devel flac-devel" REQUIRES="libncursesw10 libmad0 libvorbis flac" PKG_NAMES="cmus" src_compile() { lndirs cd ${B} sh ./configure \ CONFIG_MAD=y CONFIG_VORBIS=y CONFIG_FLAC=y \ prefix=/usr bindir=/usr/bin libdir=/usr/lib datadir=/usr/share mandir=/usr/share/man cygmake CC="${CC}" CXX="${CXX}" AR="${AR}" RANLIB="${RANLIB}" STRIP=/usr/bin/true } #src_install() { # cd ${B} # cyginstall #} #src_test() { # # There is no test suite yet # : #}