Install this version:
emerge -a =app-arch/nulib2-3.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-arch/nulib2-3.1.0
Or alternatively:
emerge --autounmask-write -a =app-arch/nulib2-3.1.0
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=8
DESCRIPTION="utility for manipulating NuFX archives"
HOMEPAGE="http://www.nulib.com/"
SRC_URI="https://github.com/fadden/nulib2/archive/v3.1.0.tar.gz -> nulib2-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
S=$WORKDIR/$P/$PN
RDEPEND="=app-arch/nufxlib-$PV"
src_prepare() {
eapply_user
eapply $FILESDIR/$P-make.patch
}
src_install() {
cd $S
dobin nulib2
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | nulib2-3.1.0.tar.gz | 419239 bytes | https://github.com/fadden/nulib2/archive/v3.1.0.tar.gz |