diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-06-01 02:24:09 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-06-01 02:24:09 +0000 |
commit | dd68394f4e13ecdc0236e2b478314a17263ff10b (patch) | |
tree | 9c6ea295cdb66049791e1654844da392f32a4439 | |
parent | removing this as it seems masking it isn't enough to avoid bugreports from ea... (diff) | |
download | historical-dd68394f4e13ecdc0236e2b478314a17263ff10b.tar.gz historical-dd68394f4e13ecdc0236e2b478314a17263ff10b.tar.bz2 historical-dd68394f4e13ecdc0236e2b478314a17263ff10b.zip |
Package net-misc/axel adedd.
-rw-r--r-- | net-misc/axel/ChangeLog | 12 | ||||
-rw-r--r-- | net-misc/axel/axel-1.0a.ebuild | 29 | ||||
-rw-r--r-- | net-misc/axel/files/digest-axel-1.0a | 1 |
3 files changed, 42 insertions, 0 deletions
diff --git a/net-misc/axel/ChangeLog b/net-misc/axel/ChangeLog new file mode 100644 index 000000000000..ddc63491fddb --- /dev/null +++ b/net-misc/axel/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for net-misc/axel +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/ChangeLog,v 1.1 2002/06/01 02:24:09 stroke Exp $ + +*axel-1.0a (1 June 2002) + 13 May 2002; Gabriele Giorgetti <stroke@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/net-misc/axel/axel-1.0a.ebuild b/net-misc/axel/axel-1.0a.ebuild new file mode 100644 index 000000000000..cd1a4380a4b3 --- /dev/null +++ b/net-misc/axel/axel-1.0a.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-1.0a.ebuild,v 1.1 2002/06/01 02:24:09 stroke Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Axel: A light Unix download accelerator" +HOMEPAGE="http://www.lintux.cx/axel.html" +SRC_URI="http://www.lintux.cx/downloads/${P}.tar.gz" +SLOT="0" +LICENSE="GPL-2" + +DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" + +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 +} diff --git a/net-misc/axel/files/digest-axel-1.0a b/net-misc/axel/files/digest-axel-1.0a new file mode 100644 index 000000000000..16f71eb99015 --- /dev/null +++ b/net-misc/axel/files/digest-axel-1.0a @@ -0,0 +1 @@ +MD5 2d94c0b36b374834567f1fcec5f89119 axel-1.0a.tar.gz 44140 |