summaryrefslogtreecommitdiff
path: root/kde-base/ark/ark-4.5.5.ebuild
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2011-01-07 00:32:11 +0100
committerMaciej Mrozowski <reavertm@gentoo.org>2011-01-07 00:32:11 +0100
commit11ad60dbb8676cfce8e1145b4be31053eb940f8a (patch)
treea8023e1fe049faa603a8a26b3fcb6565b38d2fb0 /kde-base/ark/ark-4.5.5.ebuild
parent02e912cd81275206f75b83c0de9b7d52ed0bc5ec (diff)
parent63fc8b1181aaabfe6dfbad592a758574819f17e9 (diff)
downloadkde-11ad60dbb8676cfce8e1145b4be31053eb940f8a.tar.gz
kde-11ad60dbb8676cfce8e1145b4be31053eb940f8a.tar.bz2
kde-11ad60dbb8676cfce8e1145b4be31053eb940f8a.zip
Merge branch 'master' into kde-git
Conflicts: kde-base/pykde4/Manifest kde-base/pykde4/pykde4-9999.ebuild
Diffstat (limited to 'kde-base/ark/ark-4.5.5.ebuild')
-rw-r--r--kde-base/ark/ark-4.5.5.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-base/ark/ark-4.5.5.ebuild b/kde-base/ark/ark-4.5.5.ebuild
new file mode 100644
index 00000000000..5c652fbbec7
--- /dev/null
+++ b/kde-base/ark/ark-4.5.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+KDE_HANDBOOK="optional"
+KMNAME="kdeutils"
+inherit kde4-meta
+
+DESCRIPTION="KDE Archiving tool"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+archive +bzip2 debug lzma"
+
+DEPEND="
+ $(add_kdebase_dep libkonq)
+ sys-libs/zlib
+ archive? ( >=app-arch/libarchive-2.6.1[bzip2?,lzma?,zlib] )
+ lzma? ( app-arch/xz-utils )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with archive LibArchive)
+ $(cmake-utils_use_with bzip2 BZip2)
+ $(cmake-utils_use_with lzma LibLZMA)
+ )
+ kde4-meta_src_configure
+}