summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-19 18:07:22 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-19 18:07:22 +0000
commit70d917a24324b20102bf6ed75f897c603a76ab10 (patch)
treeec45b1e480e54b05eface7fbf9466e38e8a50bd1 /dev-util/httpup/httpup-0.3.2.ebuild
parentStable on ppc (diff)
downloadgentoo-2-70d917a24324b20102bf6ed75f897c603a76ab10.tar.gz
gentoo-2-70d917a24324b20102bf6ed75f897c603a76ab10.tar.bz2
gentoo-2-70d917a24324b20102bf6ed75f897c603a76ab10.zip
initial import
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-util/httpup/httpup-0.3.2.ebuild')
-rw-r--r--dev-util/httpup/httpup-0.3.2.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-util/httpup/httpup-0.3.2.ebuild b/dev-util/httpup/httpup-0.3.2.ebuild
new file mode 100644
index 000000000000..7d7cab7116e8
--- /dev/null
+++ b/dev-util/httpup/httpup-0.3.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/httpup-0.3.2.ebuild,v 1.1 2005/02/19 18:07:22 vapier Exp $
+
+DESCRIPTION="synchronisation tool for http file repositories"
+HOMEPAGE="http://clc.berlios.de/projects/httpup/"
+SRC_URI="http://jw.tks6.net/files/crux/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="net-misc/curl"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i \
+ -e 's:g++:$(CXX) $(CFLAGS) $(LDFLAGS):' \
+ Makefile
+}
+
+src_install() {
+ dobin httpup httpup-repgen httpup-repgen2 || die "dobin"
+ doman *.8
+ dodoc AUTHORS README TODO ChangeLog httpup.conf.example
+}