diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 13:18:22 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 13:18:22 +0000 |
commit | f6305b7fa1086004b4c569eb7948c9408618ef4a (patch) | |
tree | f1f431fa724474ac0fbbc4f9b929edc8b9b90665 /net-libs/wvstreams | |
parent | PPC kernel sources (diff) | |
download | historical-f6305b7fa1086004b4c569eb7948c9408618ef4a.tar.gz historical-f6305b7fa1086004b4c569eb7948c9408618ef4a.tar.bz2 historical-f6305b7fa1086004b4c569eb7948c9408618ef4a.zip |
New libs required by wvdial
Diffstat (limited to 'net-libs/wvstreams')
-rw-r--r-- | net-libs/wvstreams/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/wvstreams/files/digest-wvstreams-3.70 | 1 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-3.70.ebuild | 18 |
3 files changed, 29 insertions, 0 deletions
diff --git a/net-libs/wvstreams/ChangeLog b/net-libs/wvstreams/ChangeLog new file mode 100644 index 000000000000..4023c5483b64 --- /dev/null +++ b/net-libs/wvstreams/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-libs/wvstreams +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.1 2002/04/27 13:18:22 seemant Exp $ + +*wvstreams-3.70 (27 Apr 2002) + + 27 Apr 2002; Seemant Kulleen <seemant@gentoo.org> wvstreams-3.70.ebuild + ChangeLog files/digest-wvstreams-3.70 + + New libs, required by the later releases of wvdial diff --git a/net-libs/wvstreams/files/digest-wvstreams-3.70 b/net-libs/wvstreams/files/digest-wvstreams-3.70 new file mode 100644 index 000000000000..343e814eac42 --- /dev/null +++ b/net-libs/wvstreams/files/digest-wvstreams-3.70 @@ -0,0 +1 @@ +MD5 6fd341edd65d248f92338ba9e91a2875 wvstreams-3.70.tar.gz 182681 diff --git a/net-libs/wvstreams/wvstreams-3.70.ebuild b/net-libs/wvstreams/wvstreams-3.70.ebuild new file mode 100644 index 000000000000..a3e6c30d3fc5 --- /dev/null +++ b/net-libs/wvstreams/wvstreams-3.70.ebuild @@ -0,0 +1,18 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author: Seemant Kulleen <seemant@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-3.70.ebuild,v 1.1 2002/04/27 13:18:22 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A network programming library in C++" +SRC_URI="http://open.nit.ca/download/${P}.tar.gz" +HOMEPAGE="http://open.nit.ca/wvstreams" + +DEPEND="virtual/glibc" + +src_install() { + + make \ + PREFIX=${D}/usr \ + install || dir +} |