diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-11 17:21:48 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-11 17:21:48 +0000 |
commit | fea85fc371cf66e67210a3fac75b97272366ff7e (patch) | |
tree | fd21df7c9af7d292050205a5fceaef0d0c686611 /x11-misc/dxpc/dxpc-3.9.2-r1.ebuild | |
parent | New version of Connman. Fixes issues with wifi, bluetooth and adds static IP ... (diff) | |
download | historical-fea85fc371cf66e67210a3fac75b97272366ff7e.tar.gz historical-fea85fc371cf66e67210a3fac75b97272366ff7e.tar.bz2 historical-fea85fc371cf66e67210a3fac75b97272366ff7e.zip |
Fix quoting and revision bump wrt #304513.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/dxpc/dxpc-3.9.2-r1.ebuild')
-rw-r--r-- | x11-misc/dxpc/dxpc-3.9.2-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-misc/dxpc/dxpc-3.9.2-r1.ebuild b/x11-misc/dxpc/dxpc-3.9.2-r1.ebuild new file mode 100644 index 000000000000..a9ef1e3187d9 --- /dev/null +++ b/x11-misc/dxpc/dxpc-3.9.2-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.9.2-r1.ebuild,v 1.1 2010/02/11 17:21:48 ssuominen Exp $ + +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-proto/xproto" + +src_install () { + emake prefix="${D}/usr" man1dir="${D}/usr/share/man/man1" install || die + dodoc CHANGES README TODO +} |