# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils SLOT=0 LICENSE=BSD KEYWORDS=~x86 DESCRIPTION="esniper is a simple, lightweight tool for sniping ebay auctions." MY_P=esniper-2-10-0 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz" HOMEPAGE="http://esniper.sourceforge.net/" S="${WORKDIR}/${MY_P}" IUSE=ssl DEPEND="dev-libs/openssl >=net-misc/curl-7.12" RDEPEND="dev-libs/openssl >=net-misc/curl-7.12" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { einstall || die dodoc README INSTALL NEWS TODO AUTHORS COPYING sample_auction.txt sample_config.txt }