summaryrefslogtreecommitdiff
blob: 9b0c85d62b8097a201ab73d39cc33cc244e8b751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-pywbxml/synce-pywbxml-0.1.ebuild,v 1.2 2008/11/14 17:27:15 mescalinum Exp $

inherit eutils

DESCRIPTION="SynCE - Python bindings for libwbxml"
HOMEPAGE="http://sourceforge.net/projects/synce/"
LICENSE="MIT"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-lang/python
		dev-python/pyrex
		=dev-libs/libwbxml-0.9.2_p48"

MY_P="pywbxml-${PV}"
SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"

S="${WORKDIR}/${MY_P}"

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc ChangeLog NEWS README AUTHORS
}