diff options
Diffstat (limited to 'app-pda/synce-librra/synce-librra-0.11.1.ebuild')
-rw-r--r-- | app-pda/synce-librra/synce-librra-0.11.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-pda/synce-librra/synce-librra-0.11.1.ebuild b/app-pda/synce-librra/synce-librra-0.11.1.ebuild new file mode 100644 index 000000000000..5da84f4ffd06 --- /dev/null +++ b/app-pda/synce-librra/synce-librra-0.11.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/synce-librra-0.11.1.ebuild,v 1.1 2008/11/13 00:11:49 mescalinum Exp $ + +DESCRIPTION="SynCE - RRA protocol library" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="dev-lang/python + dev-python/pyrex + dev-libs/libmimedir + !app-pda/synce-rra + ~app-pda/synce-libsynce-0.11.1 + ~app-pda/synce-librapi2-0.11.1" + +SRC_URI="mirror://sourceforge/synce/librra-${PV}.tar.gz" +S="${WORKDIR}/librra-${PV}" + +src_install() { + make DESTDIR="${D}" install || die + dodoc ChangeLog README TODO +} |