diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
commit | 914ff821d2c9171d59d78c830c93b4b465321ff8 (patch) | |
tree | 267b40e68e7cb52dc549ccb98698daa3b5271ad4 /dev-libs/vrb | |
parent | Added KEYWORDS, removed old version. (diff) | |
download | gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.tar.gz gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.tar.bz2 gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.zip |
repoman'd
Diffstat (limited to 'dev-libs/vrb')
-rw-r--r-- | dev-libs/vrb/vrb-0.3.0.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-libs/vrb/vrb-0.3.0.ebuild b/dev-libs/vrb/vrb-0.3.0.ebuild index bf86efefe3a0..b9e7a4bd167d 100644 --- a/dev-libs/vrb/vrb-0.3.0.ebuild +++ b/dev-libs/vrb/vrb-0.3.0.ebuild @@ -1,16 +1,18 @@ # Copyright 2002 Johannes Findeisen <you@hanez.org> # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/vrb/vrb-0.3.0.ebuild,v 1.1 2002/07/12 20:11:20 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vrb/vrb-0.3.0.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $ +S="${WORKDIR}/${P}" DESCRIPTION="The VRB library is a virtual ring buffer" HOMEPAGE="http://phil.ipal.org/freeware/vrb/" +SRC_URI="http://phil.ipal.org/freeware/vrb/${P}.tar.gz" + +SLOT="0" LICENSE="LGPL-2.1" +KEYWORDS="x86" DEPEND="virtual/glibc" -SRC_URI="http://phil.ipal.org/freeware/vrb/${P}.tar.gz" -S="${WORKDIR}/${P}" - src_compile() { sed -e "s/copts=\"-pipe -O2\"/copts=\"${CFLAGS}\"/g" \ |