New package: linuxconsoletools-1.8.1

This commit is contained in:
Hendrik Boll 2025-07-03 11:32:34 +02:00 committed by Duncan Overbruck
parent 3917575732
commit cfa47a37f9

View file

@ -0,0 +1,17 @@
# Template file for 'linuxconsoletools'
pkgname=linuxconsoletools
version=1.8.1
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="SDL2-devel"
short_desc="Set of utilities to test and configure joysticks"
maintainer="Hendrik Boll <fanyx@posteo.net>"
license="GPL-3.0-or-later"
homepage="https://sourceforge.net/projects/linuxconsole/"
distfiles="${SOURCEFORGE_SITE}/project/linuxconsole/linuxconsoletools-${version}.tar.bz2"
checksum=4da29745c782b7db18f5f37c49e77bf163121dd3761e2fc7636fa0cbf35c2456
pre_install() {
vsed -i 's|lib/udev|usr/lib/udev|g' utils/Makefile
}