x11-misc/shared-mime-info: 1.15 version bump
[gentoo.git] / x11-misc / dxpc / dxpc-3.9.2-r2.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Differential X Protocol Compressor"
7 HOMEPAGE="http://www.vigor.nu/dxpc/"
8 SRC_URI="http://www.vigor.nu/dxpc/${P}.tgz"
9
10 LICENSE="BSD"
11 SLOT="0"
12 KEYWORDS="~amd64 ppc x86"
13 IUSE=""
14
15 RDEPEND="x11-libs/libXt
16         >=dev-libs/lzo-2"
17 DEPEND="${RDEPEND}
18         x11-base/xorg-proto"
19
20 DOCS=( CHANGES README TODO )
21
22 src_install() {
23         emake prefix="${ED%/}"/usr man1dir="${ED%/}"/usr/share/man/man1 install
24         einstalldocs
25 }