summaryrefslogtreecommitdiff
blob: e36b1e1435054bfe78946892240057a3528dc5f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
}