summaryrefslogtreecommitdiff
path: root/kde-apps/libkcompactdisc/libkcompactdisc-15.08.1.ebuild
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-09-20 19:44:19 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-09-20 19:45:51 +0200
commit2c5b2a40455b7e8b68c317f7d782edd294a9f9bd (patch)
tree7a95405cd3322e1a7b957f5ad6eee90622124434 /kde-apps/libkcompactdisc/libkcompactdisc-15.08.1.ebuild
parent7cd05a3946ad74ca363fdb31183aaa21c4170c70 (diff)
downloadgentoo-2c5b2a40455b7e8b68c317f7d782edd294a9f9bd.tar.gz
gentoo-2c5b2a40455b7e8b68c317f7d782edd294a9f9bd.tar.xz
kde-apps: Version bump
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-apps/libkcompactdisc/libkcompactdisc-15.08.1.ebuild')
-rw-r--r--kde-apps/libkcompactdisc/libkcompactdisc-15.08.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-15.08.1.ebuild b/kde-apps/libkcompactdisc/libkcompactdisc-15.08.1.ebuild
new file mode 100644
index 00000000000..604223fe47d
--- /dev/null
+++ b/kde-apps/libkcompactdisc/libkcompactdisc-15.08.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="KDE library for playing & ripping CDs"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa debug"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_with alsa)
+ )
+ kde4-base_src_configure
+}