summaryrefslogtreecommitdiff
path: root/x11-misc/dxpc/dxpc-3.9.2-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/dxpc/dxpc-3.9.2-r3.ebuild')
-rw-r--r--x11-misc/dxpc/dxpc-3.9.2-r3.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-misc/dxpc/dxpc-3.9.2-r3.ebuild b/x11-misc/dxpc/dxpc-3.9.2-r3.ebuild
new file mode 100644
index 000000000000..bbb2053edca4
--- /dev/null
+++ b/x11-misc/dxpc/dxpc-3.9.2-r3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+
+RDEPEND="
+ x11-libs/libXt
+ >=dev-libs/lzo-2"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
+DOCS=( CHANGES README TODO )