diff options
Diffstat (limited to 'kde-base/libkcompactdisc/libkcompactdisc-4.10.95.ebuild')
-rw-r--r-- | kde-base/libkcompactdisc/libkcompactdisc-4.10.95.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.10.95.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.10.95.ebuild new file mode 100644 index 0000000000..a5eaab8dfa --- /dev/null +++ b/kde-base/libkcompactdisc/libkcompactdisc-4.10.95.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="KDE library for playing & ripping CDs" +KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="alsa debug" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with alsa) + ) + kde4-base_src_configure +} |