app-arch/nulib2 - 3.1.0 (salfter)

Search

Install

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

Package Information

Description:
utility for manipulating NuFX archives
Homepage:
http://www.nulib.com/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
3.1.0 8 ~x86 ~amd64 0
View Raw Ebuild
# 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
}

Dependencies

RDEPEND

=app-arch/nufxlib-3.1.0

Manifest for 3.1.0

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