sys-apps/lfsb - 0.4.4 (booboo)

Search

Install

Install this version:

emerge -a =sys-apps/lfsb-0.4.4

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

autounmask =sys-apps/lfsb-0.4.4

Or alternatively:

emerge --autounmask-write -a =sys-apps/lfsb-0.4.4

Package Information

Description:
A Linux utility to change the FSB frequency without having to reboot
Homepage:
https://sourceforge.net/projects/lfsb
License:
GPL-2

Ebuild Details

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

EAPI=7

DESCRIPTION="A Linux utility to change the FSB frequency without having to reboot"
HOMEPAGE="https://sourceforge.net/projects/lfsb"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

src_install() {
	dodoc README
	dosbin src/lfsb
}

Manifest for 0.4.4

Type File Size Source URLs
DIST lfsb-0.4.4.tar.bz2 20690 bytes https://downloads.sourceforge.net/lfsb/lfsb-0.4.4.tar.bz2