unix2tcp-0.8.2-r1.ebuild 470 B

1234567891011121314151617181920
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="a connection forwarder that converts Unix sockets into TCP sockets"
  5. HOMEPAGE="http://gnu.gds.tuwien.ac.at/directory/all/unix2tcp.html"
  6. SRC_URI="mirror://gentoo/${P}.tar.bz2"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~x86"
  10. DOCS=( ChangeLog README )
  11. src_install() {
  12. emake DESTDIR="${D}" install
  13. einstalldocs
  14. }