summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-18 14:22:51 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-18 14:22:51 +0000
commit35e51ecb3b2f8e3641db3cfc2858180f4a45753b (patch)
tree564233f1e27db21a7e69914260123f31b5446a28 /app-pda/synce-serial
parentChanged econf||die to econf (diff)
downloadgentoo-2-35e51ecb3b2f8e3641db3cfc2858180f4a45753b.tar.gz
gentoo-2-35e51ecb3b2f8e3641db3cfc2858180f4a45753b.tar.bz2
gentoo-2-35e51ecb3b2f8e3641db3cfc2858180f4a45753b.zip
Changed econf||die to econf
Diffstat (limited to 'app-pda/synce-serial')
-rw-r--r--app-pda/synce-serial/synce-serial-0.4.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-pda/synce-serial/synce-serial-0.4.ebuild b/app-pda/synce-serial/synce-serial-0.4.ebuild
index f518ab43eb56..8a2162b4d185 100644
--- a/app-pda/synce-serial/synce-serial-0.4.ebuild
+++ b/app-pda/synce-serial/synce-serial-0.4.ebuild
@@ -1,22 +1,23 @@
# 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-serial/synce-serial-0.4.ebuild,v 1.1 2002/11/28 10:10:51 zwelch Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.4.ebuild,v 1.2 2002/12/18 14:21:19 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"
src_compile() {
- econf || die
+ econf
emake || die
}
src_install() {
make DESTDIR="${D%/}" install || die
}
-