# 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
}