diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-09-25 17:50:58 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-09-25 17:50:58 +0000 |
commit | 0b682451903d68b3b7562ae85746075a4f424d7b (patch) | |
tree | c29461de198c7ee6e29daf2e7e0254073854c6d9 /app-pda/synce-dccm/synce-dccm-0.9.0.ebuild | |
parent | Added unzip to DEPEND. Closes #65176. (diff) | |
download | gentoo-2-0b682451903d68b3b7562ae85746075a4f424d7b.tar.gz gentoo-2-0b682451903d68b3b7562ae85746075a4f424d7b.tar.bz2 gentoo-2-0b682451903d68b3b7562ae85746075a4f424d7b.zip |
version bump (#61952)
Diffstat (limited to 'app-pda/synce-dccm/synce-dccm-0.9.0.ebuild')
-rw-r--r-- | app-pda/synce-dccm/synce-dccm-0.9.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-pda/synce-dccm/synce-dccm-0.9.0.ebuild b/app-pda/synce-dccm/synce-dccm-0.9.0.ebuild new file mode 100644 index 000000000000..0020ed1d21db --- /dev/null +++ b/app-pda/synce-dccm/synce-dccm-0.9.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-dccm/synce-dccm-0.9.0.ebuild,v 1.1 2004/09/25 17:46:53 liquidx Exp $ + +DESCRIPTION="Synchronize Windows CE devices with Linux. CE Connection Manager" +HOMEPAGE="http://sourceforge.net/projects/synce/" +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND=">=app-pda/synce-libsynce-0.9.0" + +src_compile() { + econf || die "econf failed" + emake || die +} + +src_install() { + make DESTDIR=${D} install || die +} |