/[gentoo-x86]/net-libs/libkvkontakte/libkvkontakte-2.4.1.ebuild
Gentoo

Contents of /net-libs/libkvkontakte/libkvkontakte-2.4.1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Thu Jun 7 19:12:47 2012 UTC (11 months, 1 week ago) by dilfridge
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
FILE REMOVED
Version bump; remove old, beta, and rc

(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-2.4.1.ebuild,v 1.3 2012/01/16 23:58:42 ago Exp $
4
5 EAPI=4
6
7 DIGIKAMPN=digikam
8
9 KDE_LINGUAS=""
10 KDE_MINIMAL="4.7"
11
12 CMAKE_MIN_VERSION=2.8
13
14 inherit kde4-base
15
16 MY_P="${DIGIKAMPN}-${PV/_/-}"
17
18 DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
19 HOMEPAGE="http://www.digikam.org/"
20 SRC_URI="mirror://sourceforge/${DIGIKAMPN}/${MY_P}.tar.bz2"
21
22 LICENSE="GPL-2"
23 KEYWORDS="amd64 x86"
24 IUSE=""
25 SLOT=4
26
27 DEPEND=">=dev-libs/qjson-0.7.0"
28 RDEPEND=${DEPEND}
29
30 S=${WORKDIR}/${MY_P}/extra/${PN}
31
32 PATCHES=( "${FILESDIR}/${PN}-2.2.0-libdir.patch" )
33
34 src_configure() {
35 mycmakeargs=(
36 -DFORCED_UNBUNDLE=ON
37 )
38 kde4-base_src_configure
39 }

  ViewVC Help
Powered by ViewVC 1.1.13