mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-02 06:22:37 +01:00
23 lines
701 B
Plaintext
23 lines
701 B
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=linuxconsoletools
|
|
pkgver=1.6.1
|
|
pkgrel=0
|
|
pkgdesc="Tools for connecting joysticks & legacy devices to the kernels input subsystem"
|
|
url="https://sourceforge.net/projects/linuxconsole/"
|
|
arch="all"
|
|
license="GPL-2.0-or-later"
|
|
makedepends="linux-headers sdl-dev"
|
|
subpackages="$pkgname-doc"
|
|
source="https://downloads.sourceforge.net/linuxconsole/linuxconsoletools-$pkgver.tar.bz2"
|
|
|
|
|
|
build() {
|
|
make PREFIX=/usr
|
|
}
|
|
|
|
package() {
|
|
make PREFIX=/usr DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="b520c0a2d55986204619e3a5a00fb8b1e26453ac6df4f51c8c87495661a68bb6fe5a1947a3e079a53a537bf06d23c73c404a4d7e4d4dd18c0f7f69c1985a77be linuxconsoletools-1.6.1.tar.bz2"
|