summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-18 14:21:43 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-18 14:21:43 +0000
commit283bd48ab3b70da4c7585d5a6fdcda95380a23a3 (patch)
tree241cf0137a82ecfdac4ddd23839ce9bd5415fca1 /app-pda/synce-librapi2
parentChanged econf||die to econf (diff)
downloadhistorical-283bd48ab3b70da4c7585d5a6fdcda95380a23a3.tar.gz
historical-283bd48ab3b70da4c7585d5a6fdcda95380a23a3.tar.bz2
historical-283bd48ab3b70da4c7585d5a6fdcda95380a23a3.zip
Changed econf||die to econf
Diffstat (limited to 'app-pda/synce-librapi2')
-rw-r--r--app-pda/synce-librapi2/synce-librapi2-0.3.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-pda/synce-librapi2/synce-librapi2-0.3.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.3.ebuild
index 10366f6e48d9..b40891425a27 100644
--- a/app-pda/synce-librapi2/synce-librapi2-0.3.ebuild
+++ b/app-pda/synce-librapi2/synce-librapi2-0.3.ebuild
@@ -1,24 +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-librapi2/synce-librapi2-0.3.ebuild,v 1.1 2002/11/28 10:10:51 zwelch Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.3.ebuild,v 1.2 2002/12/18 14:18:27 vapier 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"
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="gnome"
+
DEPEND="virtual/glibc
>=check-0.8.2
>=synce-libsynce-0.3"
src_compile() {
- econf || die
+ econf
emake || die
}
src_install() {
make DESTDIR="${D%/}" install || die
}
-