# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # /space/gentoo/cvsroot/gentoo-x86/axel-1.0a.ebuild,v 1.8 2002/05/31 01:54:49 stefano barbato Exp A="axel-1.0a.tar.gz" S=${WORKDIR}/${P} DESCRIPTION="Axel: A light Unix download accelerator" HOMEPAGE="http://www.lintux.cx/axel.html" DEPEND="virtual/glibc" SRC_URI="http://www.lintux.cx/downloads/${A}" DEPEND="virtual/glibc" src_compile() { local mconf cd work/${P} ( [ -n "$DEBUG" ] || [ -n "$DEBUGBUILD" ] ) && \ myconf="${myconf} --debug=1 --strip=0" ./configure --prefix=/usr \ --etcdir=/etc --mandir=/usr/share/man $myconf || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc API CHANGES COPYING CREDITS README axelrc.example }