diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 19:28:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 19:28:33 +0000 |
commit | 73c8bb3eea1923a9389cb61c8718f8bf18c49409 (patch) | |
tree | 7606bacd389922024e728f3f7281e7e21660c1d5 /app-pda/synce-libsynce | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-73c8bb3eea1923a9389cb61c8718f8bf18c49409.tar.gz gentoo-2-73c8bb3eea1923a9389cb61c8718f8bf18c49409.tar.bz2 gentoo-2-73c8bb3eea1923a9389cb61c8718f8bf18c49409.zip |
add inherit eutils
Diffstat (limited to 'app-pda/synce-libsynce')
-rw-r--r-- | app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild b/app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild index ddadaac3bcf2..b682298e859c 100644 --- a/app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild +++ b/app-pda/synce-libsynce/synce-libsynce-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-libsynce/synce-libsynce-0.8.9.ebuild,v 1.2 2004/03/30 12:10:58 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild,v 1.3 2004/04/07 19:27:47 vapier Exp $ + +inherit eutils DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -18,11 +20,6 @@ src_unpack() { epatch ${FILESDIR}/${PV}/${P}-gcc33.patch } -src_compile() { - econf - emake || die -} - src_install() { make DESTDIR=${D} install || die dodoc README |