dev-libs/libndofdev - 0.13 (Miezhiko)

Search

Package Information

Description:
Replacement for the libndofdev library used by the Second Life client to handle joysticks and the 6DOF devices on Windows and Macs.
Homepage:
https://github.com/janoc/libndofdev
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.13 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Replacement for the libndofdev library used by the Second Life client to handle joysticks and the 6DOF devices on Windows and Macs."
HOMEPAGE="https://github.com/janoc/libndofdev"
SRC_URI="https://github.com/janoc/libndofdev/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="mirror"

RDEPEND="media-libs/libsdl"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${P}"

src_compile() {
    emake CFLAGS="${CFLAGS}"
}

src_install() {
    dobin ndofdev_test
    dolib.a libndofdev.a
    insinto usr/include
    doins ndofdev_external.h
}

Dependencies

DEPEND

media-libs/libsdl

RDEPEND

media-libs/libsdl

Manifest for 0.13

Type File Size Source URLs
DIST libndofdev-0.13.tar.gz 8859 bytes https://github.com/janoc/libndofdev/archive/refs/tags/v0.13.tar.gz