net-analyzer/serialusb - 0.7 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/serialusb-0.7

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-analyzer/serialusb-0.7

Or alternatively:

emerge --autounmask-write -a =net-analyzer/serialusb-0.7

Package Information

Description:
A cheap USB proxy for input devices
Homepage:
https://github.com/matlo/serialusb
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.7 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A cheap USB proxy for input devices"
HOMEPAGE="https://github.com/matlo/serialusb"
SRC_URI="https://github.com/matlo/serialusb/archive/v0.7.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
#dev-libs/libdnet
#		net-libs/libpcap
#		dev-libs/libnl"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${P}/sw

#src_prepare() {
#	sed -e 's|$(DESTDIR)$(bindir)|$(DESTDIR)$(sbindir)|' -i src/Makefile.in || die "sed Makefile failed"
#}

#src_install() {
#	DESTDIR="${D}" emake install || die
#}

Manifest for 0.7

Type File Size Source URLs
DIST serialusb-0.7.tar.gz 1684608 bytes https://github.com/matlo/serialusb/archive/v0.7.tar.gz