diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-05 08:29:55 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-05 08:29:55 +0000 |
commit | d4d0448b602c7bc74957088ac146f67c89865083 (patch) | |
tree | f2be545666e17db746103b864f2d76c17fd84445 /gnome-extra/gnome-pilot-conduits | |
parent | updated to 0.24.1, a bugfix-release and everyone using this software is recom... (diff) | |
download | gentoo-2-d4d0448b602c7bc74957088ac146f67c89865083.tar.gz gentoo-2-d4d0448b602c7bc74957088ac146f67c89865083.tar.bz2 gentoo-2-d4d0448b602c7bc74957088ac146f67c89865083.zip |
the regular gnome-pilot-conduits, not needed for Evolution sync.
Diffstat (limited to 'gnome-extra/gnome-pilot-conduits')
-rw-r--r-- | gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-0.6 | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.6.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-0.6 b/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-0.6 new file mode 100644 index 000000000000..3a8a5dfae058 --- /dev/null +++ b/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-0.6 @@ -0,0 +1 @@ +MD5 08883d6899b36689bd39d6c3f7ed5c57 gnome-pilot-conduits-0.6.tar.gz diff --git a/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.6.ebuild b/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.6.ebuild new file mode 100644 index 000000000000..ebcd3a25bc99 --- /dev/null +++ b/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.6.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Your Name <your email> +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.6.ebuild,v 1.1 2001/10/05 08:29:55 hallski Exp $ + + +A=${P}.tar.gz +S=${WORKDIR}/${P} + +DESCRIPTION="Gnome Pilot Conduits" +SRC_URI="http://www.eskil.org/gnome-pilot/download/tarballs/${A}" +HOMEPAGE="http://www.gnome.org/gnome-pilot/" + +DEPEND=">=gnome-apps/gnome-pilot-0.1.61" + +src_compile() { + ./configure --prefix=/opt/gnome \ + --sysconfdir=/etc/opt/gnome \ + --host=${CHOST} || die + + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING* ChangeLog README NEWS +} |