diff options
Diffstat (limited to 'app-pda/synce-serial')
-rw-r--r-- | app-pda/synce-serial/synce-serial-0.4.ebuild | 9 |
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 } - |