summaryrefslogtreecommitdiff
blob: 14d7f61a15261cb6e3f43391ca1ecbf5d70747bd (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
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Differential X Protocol Compressor"
HOMEPAGE="http://www.vigor.nu/dxpc/"
SRC_URI="http://www.vigor.nu/dxpc/${P}.tgz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""

RDEPEND="x11-libs/libXt
	>=dev-libs/lzo-2"
DEPEND="${RDEPEND}
	x11-base/xorg-proto"

DOCS=( CHANGES README TODO )

src_install () {
	emake prefix="${ED%/}"/usr man1dir="${ED%/}"/usr/share/man/man1 install
	einstalldocs
}