Files @ 794dc86717e2
Branch filter:

Location: portage-overlay.git/app-pda/synce-librapi2/synce-librapi2-0.15-r1.ebuild

794dc86717e2 913 B application/vnd.gentoo.ebuild Show Annotation Show as Raw Download as Raw
chain
initial commit of main tree
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.14.ebuild,v 1.1 2009/08/06 12:25:25 mescalinum Exp $

EAPI=4

inherit eutils versionator

DESCRIPTION="SynCE - RAPI communication library"
HOMEPAGE="http://sourceforge.net/projects/synce/"
LICENSE="MIT"

synce_PV=$(get_version_component_range 1-2)

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-lang/python
		>=dev-python/pyrex-0.9.6
		>=dev-libs/check-0.8.2
		=app-pda/synce-libsynce-${synce_PV}*"
RDEPEND="${DEPEND}"

SRC_URI="mirror://sourceforge/synce/librapi2-${PV}.tar.gz"
S="${WORKDIR}/librapi2-${PV}"

src_configure() {
	econf --enable-hal-support=no || die
}

src_compile() {
	emake || die
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc BUGS README README.contributing README.design TODO ChangeLog
}