summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-09-25 17:57:06 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-09-25 17:57:06 +0000
commit8f2dfb756389dbd43ca1b8b6ddb7eb7bd54d793f (patch)
tree339eda94adc161214285b6f2023d5ac144522c91 /app-pda/synce-serial/synce-serial-0.9.0.ebuild
parentversion bump (#61952) (Manifest recommit) (diff)
downloadgentoo-2-8f2dfb756389dbd43ca1b8b6ddb7eb7bd54d793f.tar.gz
gentoo-2-8f2dfb756389dbd43ca1b8b6ddb7eb7bd54d793f.tar.bz2
gentoo-2-8f2dfb756389dbd43ca1b8b6ddb7eb7bd54d793f.zip
version bump (#61952)
Diffstat (limited to 'app-pda/synce-serial/synce-serial-0.9.0.ebuild')
-rw-r--r--app-pda/synce-serial/synce-serial-0.9.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-pda/synce-serial/synce-serial-0.9.0.ebuild b/app-pda/synce-serial/synce-serial-0.9.0.ebuild
new file mode 100644
index 000000000000..058efa2d0b7e
--- /dev/null
+++ b/app-pda/synce-serial/synce-serial-0.9.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.9.0.ebuild,v 1.1 2004/09/25 17:55:41 liquidx Exp $
+
+DESCRIPTION="Synchronize Windows CE devices with Linux. Serial Library."
+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 || die "econf failed"
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc README
+}