diff options
author | Troy Dack <tad@gentoo.org> | 2004-03-26 12:34:10 +0000 |
---|---|---|
committer | Troy Dack <tad@gentoo.org> | 2004-03-26 12:34:10 +0000 |
commit | f0e1f36d7dd366b9b8f0c01d1b414fd58eee06af (patch) | |
tree | b80b7837246d57e11df1c14e127632a6ec2afcda /app-pda/synce-serial/synce-serial-0.8.9.ebuild | |
parent | Adding inherit eutils and IUSE (Manifest recommit) (diff) | |
download | gentoo-2-f0e1f36d7dd366b9b8f0c01d1b414fd58eee06af.tar.gz gentoo-2-f0e1f36d7dd366b9b8f0c01d1b414fd58eee06af.tar.bz2 gentoo-2-f0e1f36d7dd366b9b8f0c01d1b414fd58eee06af.zip |
Version bump.
Diffstat (limited to 'app-pda/synce-serial/synce-serial-0.8.9.ebuild')
-rw-r--r-- | app-pda/synce-serial/synce-serial-0.8.9.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-pda/synce-serial/synce-serial-0.8.9.ebuild b/app-pda/synce-serial/synce-serial-0.8.9.ebuild new file mode 100644 index 000000000000..4cfed4b79539 --- /dev/null +++ b/app-pda/synce-serial/synce-serial-0.8.9.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.8.9.ebuild,v 1.1 2004/03/26 12:34:10 tad Exp $ + +DESCRIPTION="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="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=net-dialup/ppp-2.4.1" + +src_compile() { + econf + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README +} |