summaryrefslogtreecommitdiff
path: root/kde-base/ark/ark-4.4.74.ebuild
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-05-01 20:46:34 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2010-05-01 20:47:22 +0400
commit67b1e917ff718d2cf69fa09f6ad2e5076e51fb93 (patch)
tree5a67463dd3f4a00157c19a2f253c36362678b2cc /kde-base/ark/ark-4.4.74.ebuild
parent742b425a2d0c401162609c3e6541a428969cd84c (diff)
downloadkde-67b1e917ff718d2cf69fa09f6ad2e5076e51fb93.tar.gz
kde-67b1e917ff718d2cf69fa09f6ad2e5076e51fb93.tar.bz2
kde-67b1e917ff718d2cf69fa09f6ad2e5076e51fb93.zip
[kde-base,eclass] add KDE SC 4.4.74 =)
Diffstat (limited to 'kde-base/ark/ark-4.4.74.ebuild')
-rw-r--r--kde-base/ark/ark-4.4.74.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-base/ark/ark-4.4.74.ebuild b/kde-base/ark/ark-4.4.74.ebuild
new file mode 100644
index 00000000000..a7652f9d574
--- /dev/null
+++ b/kde-base/ark/ark-4.4.74.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+KMNAME="kdeutils"
+inherit kde4-meta
+
+DESCRIPTION="KDE Archiving tool"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="+archive +bzip2 debug +handbook lzma zip"
+
+DEPEND="
+ $(add_kdebase_dep libkonq)
+ archive? ( >=app-arch/libarchive-2.6.1[bzip2?,lzma?,zlib] )
+ lzma? ( app-arch/xz-utils )
+ zip? ( >=dev-libs/libzip-0.8 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with archive LibArchive)
+ $(cmake-utils_use_with bzip2 BZip2)
+ $(cmake-utils_use_with lzma LibLZMA)
+ $(cmake-utils_use_with zip LibZip)
+ )
+ kde4-meta_src_configure
+}