dev-libs/librs232 - 9999 (booboo)

Search

Install

Install this version:

emerge -a =dev-libs/librs232-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/librs232-9999

Or alternatively:

emerge --autounmask-write -a =dev-libs/librs232-9999

Package Information

Description:
multiplatform library for serial communications over RS-232 (serial port)
Homepage:
https://github.com/srdgame/librs232
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 7 ~x86 ~amd64 0
View Raw Ebuild
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=7

inherit git-r3 autotools

DESCRIPTION="multiplatform library for serial communications over RS-232 (serial port)"
HOMEPAGE="https://github.com/srdgame/librs232"
EGIT_REPO_URI="https://github.com/srdgame/librs232"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="lua"

DEPEND="
	virtual/pkgconfig"
RDEPEND="${DEPEND}"

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf \
		$(use_enable lua)
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/librs232 | euse -E <flag> -p dev-libs/librs232 | euse -D <flag> -p dev-libs/librs232

Global/Standard Flags

lua

Inherited Eclasses

Dependencies

DEPEND

	virtual/pkgconfig

RDEPEND

	virtual/pkgconfig