diff options
author | Zack Welch <zwelch@gentoo.org> | 2002-11-28 10:10:51 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2002-11-28 10:10:51 +0000 |
commit | 7339116933e409c562572fee47cc13f9f4f57d10 (patch) | |
tree | b779a00959ca4dabf78ddc362eda9f35beca7de7 /app-pda/synce-trayicon | |
parent | updated dep (diff) | |
download | gentoo-2-7339116933e409c562572fee47cc13f9f4f57d10.tar.gz gentoo-2-7339116933e409c562572fee47cc13f9f4f57d10.tar.bz2 gentoo-2-7339116933e409c562572fee47cc13f9f4f57d10.zip |
add synce-* ebuilds to new app-pda category
Diffstat (limited to 'app-pda/synce-trayicon')
-rw-r--r-- | app-pda/synce-trayicon/ChangeLog | 10 | ||||
-rw-r--r-- | app-pda/synce-trayicon/files/digest-synce-trayicon-0.1 | 1 | ||||
-rw-r--r-- | app-pda/synce-trayicon/synce-trayicon-0.1.ebuild | 25 |
3 files changed, 36 insertions, 0 deletions
diff --git a/app-pda/synce-trayicon/ChangeLog b/app-pda/synce-trayicon/ChangeLog new file mode 100644 index 000000000000..8211cc39b3ac --- /dev/null +++ b/app-pda/synce-trayicon/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-pda/synce-trayicon +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v 1.1 2002/11/28 10:10:51 zwelch Exp $ + +*synce-trayicon-0.1 (27 Nov 2002) + + 27 Nov 2002; Zach Welch <zwelch@gentoo.org> : + Split from ebuild submitted in bug 11184 by faune@broadpark.no + + diff --git a/app-pda/synce-trayicon/files/digest-synce-trayicon-0.1 b/app-pda/synce-trayicon/files/digest-synce-trayicon-0.1 new file mode 100644 index 000000000000..b0be6c3b2a88 --- /dev/null +++ b/app-pda/synce-trayicon/files/digest-synce-trayicon-0.1 @@ -0,0 +1 @@ +MD5 bd5c70f6b7b39c1a8c778566c8201e1f synce-trayicon-0.1.tar.gz 233272 diff --git a/app-pda/synce-trayicon/synce-trayicon-0.1.ebuild b/app-pda/synce-trayicon/synce-trayicon-0.1.ebuild new file mode 100644 index 000000000000..9fd4eddbb3ce --- /dev/null +++ b/app-pda/synce-trayicon/synce-trayicon-0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.1.ebuild,v 1.1 2002/11/28 10:10:51 zwelch Exp $ + +DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." +HOMEPAGE="http://sourceforge.net/projects/synce/" +SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/synce/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="gnome" +DEPEND="virtual/glibc + app-pda/synce-librapi2 + >=x11-libs/gtk+-2.0* + >=gnome-base/libgnomeui-2.0*" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR="${D%/}" install || die +} + |