diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-05-27 23:16:04 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-05-27 23:16:04 +0000 |
commit | 9109b8e73677519109485a43152ffdff19c1c400 (patch) | |
tree | f872bc77846b56b115786440b6df1ff3fc02a99f /dev-libs/coldsync | |
parent | version bump (diff) | |
download | gentoo-2-9109b8e73677519109485a43152ffdff19c1c400.tar.gz gentoo-2-9109b8e73677519109485a43152ffdff19c1c400.tar.bz2 gentoo-2-9109b8e73677519109485a43152ffdff19c1c400.zip |
New package. Fixes #3054
Diffstat (limited to 'dev-libs/coldsync')
-rw-r--r-- | dev-libs/coldsync/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/coldsync/coldsync-2.2.5.ebuild | 31 | ||||
-rw-r--r-- | dev-libs/coldsync/files/digest-coldsync-2.2.5 | 1 |
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-libs/coldsync/ChangeLog b/dev-libs/coldsync/ChangeLog new file mode 100644 index 000000000000..95c783d7efe6 --- /dev/null +++ b/dev-libs/coldsync/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-libs/coldsync +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-libs/coldsync/ChangeLog,v 1.1 2002/05/27 23:16:04 rphillips Exp $ + +*coldsync-2.2.5 (27 May 2002) + + 27 May 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Initial checkin of this package. diff --git a/dev-libs/coldsync/coldsync-2.2.5.ebuild b/dev-libs/coldsync/coldsync-2.2.5.ebuild new file mode 100644 index 000000000000..666195df9c37 --- /dev/null +++ b/dev-libs/coldsync/coldsync-2.2.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Author: Dimitri Aivaliotis <dimitri@aivaliotis.org> +# $Header: /var/cvsroot/gentoo-x86/dev-libs/coldsync/coldsync-2.2.5.ebuild,v 1.1 2002/05/27 23:16:04 rphillips Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A command-line tool to synchronize PalmOS PDAs with Unix workstations" +SRC_URI="http://www.coldsync.org/download/${P}.tar.gz" +HOMEPAGE="http://www.coldsync.org/" +LICENSE="Artistic" + +src_compile() { + local myconf + use nls || myconf="${myconf} --without-i18n" + use perl || myconf="${myconf} --without-perl" + + econf ${myconf} || die "configuring coldsync failed" + make || die "couldn't make coldsync" +} + +src_install() { + make \ + PREFIX=${D}/usr \ + MANDIR=${D}/usr/share/man \ + SYSCONFDIR=${D}/etc \ + DATADIR=${D}/usr/share \ + INFODIR=${D}/usr/share/info \ + install || die "couldn't install coldsync" + + dodoc AUTHORS Artistic ChangeLog HACKING INSTALL NEWS README TODO +} diff --git a/dev-libs/coldsync/files/digest-coldsync-2.2.5 b/dev-libs/coldsync/files/digest-coldsync-2.2.5 new file mode 100644 index 000000000000..73055c37fa32 --- /dev/null +++ b/dev-libs/coldsync/files/digest-coldsync-2.2.5 @@ -0,0 +1 @@ +MD5 cba1d751a51d50a1983a7e0245820099 coldsync-2.2.5.tar.gz 663307 |