mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
serialusb: new tool
This commit is contained in:
parent
12298e23ef
commit
4d0ff8f629
3 changed files with 32 additions and 0 deletions
1
net-analyzer/serialusb/Manifest
Normal file
1
net-analyzer/serialusb/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST serialusb-0.7.tar.gz 1684608 BLAKE2B 9e5844a3ca50ce6f9dad5d7badc13ae5e0ce4740e5045cb6403e6fe2ad44565b24caa80a2d125a57ae5975afab06d9a801698ec5d57568cde1b5ccff18242a63 SHA512 6c7076e08fa82d7fcd74c5842f49af377df8b1c2b779d13a1589810fbfae619ab71ab0e5f2bd073c3ae6ced757d1b1288bd2a016fc4b72c062eefff72a2e211d
|
||||
29
net-analyzer/serialusb/serialusb-0.7.ebuild
Normal file
29
net-analyzer/serialusb/serialusb-0.7.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
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
|
||||
#}
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
net-analyzer/serialusb
|
||||
|
||||
=net-analyzer/gr-fosphor-9999 **
|
||||
|
||||
net-analyzer/ostinato
|
||||
|
|
|
|||
Loading…
Reference in a new issue