diff --git a/pkg/cmus b/pkg/cmus index 8fce27d..1a18c5e 100644 --- a/pkg/cmus +++ b/pkg/cmus @@ -1,14 +1,19 @@ [main] -filesize=224675 -sha512=a43e976dd7ca39d576ae51b0f66f9bc4fa21f30626cb814fa237389c9bbc1c0b5a3a28b1d3d0d86527c3a3ffb771cc68d29d5ca8b88f0390bda7926e668504e4 +filesize=287834 +sha512=737ee38886f449aa67b105e170aaa3ef3f7f5dff9be079ff92817e9f249f4e0a88e78a190e8a0ccae1c6be8a11fa954df5b59592472bbb795c36197d2b377dd8 +tardir=cmus-2.6.0 [mirrors] -http://downloads.sourceforge.net/project/cmus/cmus-v2.5.0.tar.bz2 +http://github.com/cmus/cmus/archive/v2.6.0.tar.gz [deps] +libvorbis [build] CFLAGS="$optcflags" LDFLAGS="$optldflags" \ -./configure prefix="$butch_prefix" -make -j$MAKE_THREADS -make DESTDIR="$butch_install_dir" install +./configure prefix="$butch_prefix" \ +CONFIG_VORBIS=y \ +CONFIG_ALSA=y + +make -j$MAKE_THREADS +make DESTDIR="butch_install_dir" install