blob: 8bb9e1c3c9ff2899dce4528e173445a33e305304 [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils flag-o-matic java-pkg-2 toolchain-funcs
DESCRIPTION="NativeThread for priorities on linux for freenet"
HOMEPAGE="http://www.freenetproject.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=net-p2p/freenet-0.7
>=virtual/jdk-1.4"
RDEPEND=""
src_unpack() {
unpack ${A}
epatch "${FILESDIR}"/Makefile.patch
}
src_compile() {
append-flags -fPIC
tc-export CC
emake || die
}
src_install() {
dolib.so lib${PN}.so || die
}