kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit a0013d78b0c42356471667efc8a45ae1d8fe44e3
parent 0080a35d9233b5ee4053728fc92af8c81b864ca4
Author: St John Karp <contact@stjo.hn>
Date:   Fri, 10 Jun 2022 12:18:28 -0400

r5u87x: Add new package

Firmware and loader for webcams with Ricoh R5U87x chipsets.

Diffstat:
Aextra/r5u87x/build | 7+++++++
Aextra/r5u87x/depends | 1+
Aextra/r5u87x/sources | 1+
Aextra/r5u87x/version | 1+
4 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/extra/r5u87x/build b/extra/r5u87x/build @@ -0,0 +1,7 @@ +#!/usr/bin/env sh + +sed 's/^sbindir=\/sbin/sbindir=\/bin/' Makefile > _ +mv -f _ Makefile + +make +make install diff --git a/extra/r5u87x/depends b/extra/r5u87x/depends @@ -0,0 +1 @@ +libusb-compat diff --git a/extra/r5u87x/sources b/extra/r5u87x/sources @@ -0,0 +1 @@ +git+https://github.com/tmn505/r5u87x diff --git a/extra/r5u87x/version b/extra/r5u87x/version @@ -0,0 +1 @@ +git 1