summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-12-06 04:31:51 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-12-06 04:31:51 +0000
commit731b3b948b762b3ee3912f1fe24d9ccb262ca379 (patch)
treedf65f05a75518aef6d0e71fe6c2490fa3913a057 /gnome-extra/gnome-pilot-conduits
parentalready updated pam_ldap (diff)
downloadhistorical-731b3b948b762b3ee3912f1fe24d9ccb262ca379.tar.gz
historical-731b3b948b762b3ee3912f1fe24d9ccb262ca379.tar.bz2
historical-731b3b948b762b3ee3912f1fe24d9ccb262ca379.zip
updated to latest version
Diffstat (limited to 'gnome-extra/gnome-pilot-conduits')
-rw-r--r--gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-0.81
-rw-r--r--gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.8.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-0.8 b/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-0.8
new file mode 100644
index 000000000000..7ed7e25ba572
--- /dev/null
+++ b/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-0.8
@@ -0,0 +1 @@
+MD5 ac8eb3c6dfc5bdb3706c3ae86baa5c12 gnome-pilot-conduits-0.8.tar.gz 516096
diff --git a/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.8.ebuild b/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.8.ebuild
new file mode 100644
index 000000000000..bdd51afe898b
--- /dev/null
+++ b/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.8.ebuild
@@ -0,0 +1,26 @@
+# 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.8.ebuild,v 1.1 2001/12/06 04:31:51 hallski Exp $
+
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Gnome Pilot Conduits"
+SRC_URI="http://www.eskil.org/gnome-pilot/download/tarballs/${P}.tar.gz"
+HOMEPAGE="http://www.gnome.org/gnome-pilot/"
+
+DEPEND=">=gnome-extra/gnome-pilot-0.1.64"
+
+src_compile() {
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --host=${CHOST} || die
+
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS COPYING* ChangeLog README NEWS
+}