diff options
Diffstat (limited to 'app-pda/msynctool/msynctool-0.20.ebuild')
-rw-r--r-- | app-pda/msynctool/msynctool-0.20.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-pda/msynctool/msynctool-0.20.ebuild b/app-pda/msynctool/msynctool-0.20.ebuild new file mode 100644 index 000000000000..4db4a3f7f007 --- /dev/null +++ b/app-pda/msynctool/msynctool-0.20.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/msynctool-0.20.ebuild,v 1.1 2006/11/10 18:54:39 peper Exp $ + +DESCRIPTION="OpenSync msync tool" +HOMEPAGE="http://www.opensync.org/" +SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND="=app-pda/libopensync-${PV}*" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README TODO +} |