mirror of
https://github.com/Phantop/solus-stuff
synced 2024-12-17 18:24:54 +00:00
update and remove
This commit is contained in:
parent
0899eac2ce
commit
433c4c5bc8
|
@ -1 +0,0 @@
|
|||
include ../Makefile.common
|
|
@ -1,19 +0,0 @@
|
|||
name : bzip3
|
||||
version : 1.1.5
|
||||
release : 1
|
||||
source :
|
||||
- https://github.com/kspalaiologos/bzip3/releases/download/1.1.5/bzip3-1.1.5.tar.zst : e2e5199cb73a3b5ad670260bbb01161c7954ef3330203c0a1adf3eb81a71398d
|
||||
license : LGPL-3.0-or-later
|
||||
summary : A better and stronger spiritual successor to BZip2.
|
||||
description: A better, faster and stronger spiritual successor to BZip2. Features
|
||||
higher compression ratios and better performance thanks to a order-0 context
|
||||
mixing entropy coder, a fast Burrows-Wheeler transform code making use of suffix
|
||||
arrays and a RLE with Lempel Ziv+Prediction pass based on LZ77-style string
|
||||
matching and PPM-style context modeling.
|
||||
optimize : speed
|
||||
setup : |
|
||||
%configure
|
||||
build : |
|
||||
%make
|
||||
install : |
|
||||
%make_install
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 00b85c4194cf8e6b09ecacacc4eeebc034a0aabb
|
||||
Subproject commit 428d02ceec660b0d7be5c33c1726a8487cb79eda
|
|
@ -1 +0,0 @@
|
|||
include ../Makefile.common
|
|
@ -1,20 +0,0 @@
|
|||
name : hid-nintendo
|
||||
version : 3.0
|
||||
release : 1
|
||||
homepage : https://github.com/nicman23/dkms-hid-nintendo
|
||||
source :
|
||||
- git|https://github.com/nicman23/dkms-hid-nintendo.git : master
|
||||
license : GPL-2.0-or-later
|
||||
summary : A kernel driver for the Nintendo Switch Pro Controllers and the Joy-Cons.
|
||||
description: |
|
||||
A kernel driver for the Nintendo Switch Pro Controllers and the Joy-Cons.
|
||||
builddeps :
|
||||
- linux-current
|
||||
- linux-current-headers
|
||||
setup : |
|
||||
build : |
|
||||
KERNEL_VERSION="%kernel_version_current%"
|
||||
%make -C /lib/modules/${KERNEL_VERSION}/build M=`pwd`/src
|
||||
install : |
|
||||
KERNEL_VERSION="%kernel_version_current%"
|
||||
install -D -m 755 src/hid-nintendo.ko $installdir/lib/modules/${KERNEL_VERSION}/kernel/drivers/hid/hid-nintendo.ko
|
Loading…
Reference in a new issue