xpadneo/xpadneo-debian/Makefile

13 lines
411 B
Makefile
Raw Normal View History

2024-07-26 12:30:43 +02:00
VERSION=0.9.6
all:
true
install:
2024-07-26 12:37:16 +02:00
sed 's/"@DO_NOT_CHANGE@"/"'"${VERSION}"'"/g' <xpadneo/hid-xpadneo/dkms.conf.in >hid-xpadneo/dkms.conf
2024-07-26 12:30:43 +02:00
install -d $(DESTDIR)/usr/src/
2024-07-26 12:37:16 +02:00
cp -r xpadneo/hid-xpadneo $(DESTDIR)/usr/src/
2024-07-26 12:30:43 +02:00
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