# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: #inherit eutils multilib mono DESCRIPTION="Nini library for ini-config file operations (precompiled)" HOMEPAGE="http://nini.sf.net" SRC_URI="http://puzzle.dl.sourceforge.net/sourceforge/nini/Nini-${PV}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND=">=dev-lang/mono-1.0" src_install() { dolib ${WORKDIR}/Nini/Bin/Mono/1.0/Release/Nini.dll }