Added new EiskaltDC++ 2.0 client (IssueID #147)

atratsevskiy
Трацевский Александр 14 years ago
parent 7f5f438e7a
commit 47754b1111

@ -0,0 +1,10 @@
# ChangeLog for net-p2p/eiskaltdcpp
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*eiskaltdcpp-2.0 (29 Mar 2010)
29 Mar 2010; Alexander Tratsevskiy (L'autre) <at@calculate.ru>
+eiskaltdcpp-2.0.ebuild:
Added new EiskaltDC++ 2.0 client

@ -0,0 +1,2 @@
DIST eiskaltdcpp-2.0.tar.gz 1227282 RMD160 72cb6d37261b469113ffff0a3afd9845e0484f0f SHA1 a721cfb906d9071b082e381d5d72138c5b3cc6d2 SHA256 4204b2c661eeb50e627385a41f19bbb43c42f767965af4df4e1ffb98a2723e1a
EBUILD eiskaltdcpp-2.0.ebuild 735 RMD160 912cf76e7a1e660404051b82bd6c6efbbd9d714f SHA1 012df937186e6cdc9ff6001ecf2f043927d0579a SHA256 61bd0931733cab980b4a458546c028eedf0edb4b07e60fbdf72e17bae6bf3292

@ -0,0 +1,30 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit qt4-r2 cmake-utils
KEYWORDS="~x86 ~amd64"
SRC_URI="http://${PN/pp/}.googlecode.com/files/${P}.tar.gz"
DESCRIPTION="Qt4 based client for DirectConnect and ADC protocols, based on DC++ library"
HOMEPAGE="http://eiskaltdc.googlecode.com/"
LICENSE="GPL-3"
SLOT="0"
IUSE="aspell"
RDEPEND="x11-libs/qt-gui:4
x11-libs/qt-core:4
dev-libs/openssl
net-libs/libupnp
aspell? ( app-text/aspell )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/cmake-2.6"
src_configure() {
local mycmakeargs="-DFREE_SPACE_BAR_C=1 -DFREE_SPACE_BAR=0 $(cmake-utils_use aspell USE_ASPELL)"
cmake-utils_src_configure
}
Loading…
Cancel
Save