diff options
author | Prakash Shetty <crux@gentoo.org> | 2001-06-27 13:03:46 +0000 |
---|---|---|
committer | Prakash Shetty <crux@gentoo.org> | 2001-06-27 13:03:46 +0000 |
commit | ef3e240a2582e569f2a9bc1f45e60ffb2cc4cff9 (patch) | |
tree | 1b9929df2890f01ca3508366b480d61e2d34340e /net-ftp/curl | |
parent | Modified some errors (diff) | |
download | historical-ef3e240a2582e569f2a9bc1f45e60ffb2cc4cff9.tar.gz historical-ef3e240a2582e569f2a9bc1f45e60ffb2cc4cff9.tar.bz2 historical-ef3e240a2582e569f2a9bc1f45e60ffb2cc4cff9.zip |
*** empty log message ***
Diffstat (limited to 'net-ftp/curl')
-rw-r--r-- | net-ftp/curl/curl-7.8.ebuild | 30 | ||||
-rw-r--r-- | net-ftp/curl/files/digest-curl-7.8 | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/net-ftp/curl/curl-7.8.ebuild b/net-ftp/curl/curl-7.8.ebuild new file mode 100644 index 000000000000..1365672bac67 --- /dev/null +++ b/net-ftp/curl/curl-7.8.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Prakash Shetty (Crux) <ps@gnuos.org> + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="A Client that groks URLs" +SRC_URI="http://curl.haxx.se/download/${A}" +HOMEPAGE="http://curl.haxx.de" + +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/pam-0.75 + >=dev-libs/openssl-0.9.6a" + +src_compile() { + + cd ${S} + try ./configure --prefix=/usr --with-ssl + try make + +} + +src_install () { + + cd ${S} + try make install DESTDIR=${D} + dodoc LEGAL CHANGES README + dodoc docs/FEATURES docs/INSTALL docs/INTERNALS docs/LIBCURL + dodoc docs/MANUAL docs/FAQ docs/BUGS docs/CONTRIBUTE +} diff --git a/net-ftp/curl/files/digest-curl-7.8 b/net-ftp/curl/files/digest-curl-7.8 new file mode 100644 index 000000000000..6a94fc403d3f --- /dev/null +++ b/net-ftp/curl/files/digest-curl-7.8 @@ -0,0 +1 @@ +MD5 5f6849faaba0514b2d389761c3f2f320 curl-7.8.tar.gz |