mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
New package: linuxconsoletools-1.8.1
This commit is contained in:
parent
3917575732
commit
cfa47a37f9
1 changed files with 17 additions and 0 deletions
17
srcpkgs/linuxconsoletools/template
Normal file
17
srcpkgs/linuxconsoletools/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue