# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit mono eutils DESCRIPTION="Command line client for the PasteHere pastebin." HOMEPAGE="http://www.pastehere.com/" SRC_URI="http://www.pastehere.com/pasteherecore-0.1.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/mono-1.1.6-r1" src_unpack() { unpack "${P}.tar.bz2" } src_compile() { ${WORKDIR}/build ${WORKDIR}/ || die "Build failed :<" } src_install() { into /usr dosbin ${WORKDIR}/PasteHereCore.exe dosbin ${WORKDIR}/pasteherecore }