diff options
Diffstat (limited to 'app-pda/synce-rra/synce-rra-0.8.9.ebuild')
-rw-r--r-- | app-pda/synce-rra/synce-rra-0.8.9.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-pda/synce-rra/synce-rra-0.8.9.ebuild b/app-pda/synce-rra/synce-rra-0.8.9.ebuild index 7fb2c9fd879d..4245923f98b4 100644 --- a/app-pda/synce-rra/synce-rra-0.8.9.ebuild +++ b/app-pda/synce-rra/synce-rra-0.8.9.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.8.9.ebuild,v 1.1 2004/03/26 12:34:10 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.8.9.ebuild,v 1.2 2004/04/07 19:28:00 vapier Exp $ + +inherit eutils DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -22,11 +24,6 @@ src_unpack() { epatch ${DISTDIR}/librra-synce-kde-0.7.diff } -src_compile() { - econf - emake || die -} - src_install() { make DESTDIR="${D%/}" install || die } |