From: Michael 'h. K. <mai...@zz...> - 2004-08-20 18:29:43
|
On the other hand, I think I'll proceed with submit as is. After all there's nearly nothing to be possibly troublesome. Still, if any gentoo users are around, I'd appreciate any feedback. Love, H > > If there's anyone willing to test out mailsync ebuild for gentoo, you're > welcome to try the file attached (I keep it in > /usr/local/portage/mail-client/mailsync/ on my system). > > Love, > H > # Copyright 1999-2004 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: $ > > DESCRIPTION="A mailbox synchronizer" > HOMEPAGE="http://mailsync.sourceforge.net/" > SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz" > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~x86" > > IUSE="" > > DEPEND="net-libs/c-client" > > src_compile() { > econf || die > emake || die > } > > src_install() { > make DESTDIR=${D} install pkgdocdir=/usr/share/doc/${P} || die > } |