First commit

This commit is contained in:
2025-11-18 13:41:50 -07:00
parent e5cc3ec632
commit 2667ac5950
9 changed files with 110 additions and 0 deletions

12
Makefile Normal file
View File

@@ -0,0 +1,12 @@
VERSION=0.9.6
all:
true
install:
sed 's/"@DO_NOT_CHANGE@"/"'"${VERSION}"'"/g' <xpadneo/hid-xpadneo/dkms.conf.in >xpadneo/hid-xpadneo/dkms.conf
install -d $(DESTDIR)/usr/src/
cp -r xpadneo/hid-xpadneo $(DESTDIR)/usr/src/
install -d $(DESTDIR)/etc/modules-load.d
ln -s /usr/src/hid-xpadneo $(DESTDIR)/usr/src/hid-xpadneo-"${VERSION}"
cp -r modules-load-d-xpadneo.conf $(DESTDIR)/etc/modules-load.d/xpadneo.conf