# cmus.cygport NAME="cmus" VERSION=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${VERSION}.tar.gz" SRC_DIR="cmus-${VERSION}" BUILD_REQUIRES="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 }