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