diff options
author | Russell Harmon <russ@eatnumber1.com> | 2010-02-19 02:55:26 -0500 |
---|---|---|
committer | Russell Harmon <russ@eatnumber1.com> | 2010-02-19 03:01:19 -0500 |
commit | 0fe9c387178530f9bc940e3b8ee2d01a0ccde296 (patch) | |
tree | 9d1064894ada706f9147203794fa174a24fd689f | |
parent | Add mozplugger-1.13.2 (diff) | |
download | eatnumber1-0fe9c387178530f9bc940e3b8ee2d01a0ccde296.tar.gz eatnumber1-0fe9c387178530f9bc940e3b8ee2d01a0ccde296.tar.bz2 eatnumber1-0fe9c387178530f9bc940e3b8ee2d01a0ccde296.zip |
Add compcache-tools-scm
-rw-r--r-- | sys-block/compcache-tools/compcache-tools-scm.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sys-block/compcache-tools/compcache-tools-scm.ebuild b/sys-block/compcache-tools/compcache-tools-scm.ebuild new file mode 100644 index 0000000..e36b1e1 --- /dev/null +++ b/sys-block/compcache-tools/compcache-tools-scm.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 +EHG_REPO_URI="https://compcache.googlecode.com/hg/" +inherit eutils toolchain-funcs mercurial + +DESCRIPTION="Compressed in-memory swap device for Linux" +HOMEPAGE="http://code.google.com/p/compcache/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +S="${WORKDIR}/hg/sub-projects/rzscontrol" + +src_prepare() { + epatch "${FILESDIR}/${PN}-0.6_gentoo.patch" +} + +src_compile() { + tc-export CC + default +} + +src_install() { + dobin rzscontrol || die + doman man/rzscontrol.1 || die +} |