dxpc-3.9.2-r2.ebuild 523 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Differential X Protocol Compressor"
  5. HOMEPAGE="http://www.vigor.nu/dxpc/"
  6. SRC_URI="http://www.vigor.nu/dxpc/${P}.tgz"
  7. LICENSE="BSD"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ppc x86"
  10. IUSE=""
  11. RDEPEND="x11-libs/libXt
  12. >=dev-libs/lzo-2"
  13. DEPEND="${RDEPEND}
  14. x11-proto/xproto"
  15. DOCS=( CHANGES README TODO )
  16. src_install () {
  17. emake prefix="${ED%/}"/usr man1dir="${ED%/}"/usr/share/man/man1 install
  18. einstalldocs
  19. }