diff options
author | Troy Dack <tad@gentoo.org> | 2003-09-08 14:24:00 +0000 |
---|---|---|
committer | Troy Dack <tad@gentoo.org> | 2003-09-08 14:24:00 +0000 |
commit | 5fe51eb8556c6f6298eb13d43b24921728321091 (patch) | |
tree | fb3b44bfda792c3718f43017810b1f9c047c9d1a /app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild | |
parent | New ebuild. Sync your PDA/phone with a variety of clients (diff) | |
download | historical-5fe51eb8556c6f6298eb13d43b24921728321091.tar.gz historical-5fe51eb8556c6f6298eb13d43b24921728321091.tar.bz2 historical-5fe51eb8556c6f6298eb13d43b24921728321091.zip |
New ebuild. Sync your PDA/phone with a variety of clients
Diffstat (limited to 'app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild')
-rw-r--r-- | app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild b/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild new file mode 100644 index 000000000000..6a2e3f1ba12e --- /dev/null +++ b/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild,v 1.1 2003/09/08 14:22:25 tad Exp $ + +DESCRIPTION="Multisync plugin to synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." +HOMEPAGE="http://sourceforge.net/projects/synce/" +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/glibc + >=dev-libs/check-0.8.2 + >=app-pda/synce-libsynce-0.3 + >=app-pda/multisync-0.80" + +src_compile() { + econf -with-multisync-include=/usr/include/multisync + emake || die +} + +src_install() { + make DESTDIR="${D%/}" install || die +} |