diff options
author | 2007-02-12 20:53:56 +0000 | |
---|---|---|
committer | 2007-02-12 20:53:56 +0000 | |
commit | ee4da14405e88d720bfe3a16ae6bf0555a4ac0c3 (patch) | |
tree | 7290008cebc57f0347e353df1af54f4884b5e83b /app-pda/msynctool/msynctool-0.21.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-ee4da14405e88d720bfe3a16ae6bf0555a4ac0c3.tar.gz gentoo-2-ee4da14405e88d720bfe3a16ae6bf0555a4ac0c3.tar.bz2 gentoo-2-ee4da14405e88d720bfe3a16ae6bf0555a4ac0c3.zip |
Version bump.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-pda/msynctool/msynctool-0.21.ebuild')
-rw-r--r-- | app-pda/msynctool/msynctool-0.21.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-pda/msynctool/msynctool-0.21.ebuild b/app-pda/msynctool/msynctool-0.21.ebuild new file mode 100644 index 000000000000..414379550ab0 --- /dev/null +++ b/app-pda/msynctool/msynctool-0.21.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/msynctool-0.21.ebuild,v 1.1 2007/02/12 20:53:56 peper Exp $ + +DESCRIPTION="OpenSync msync tool" +HOMEPAGE="http://www.opensync.org/" +SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.bz2" + +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 +} |