# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit subversion eutils DESCRIPTION="Parametric 2D sketcher with constraints" HOMEPAGE="http://code.google.com/p/psketcher/" ESVN_REPO_URI="http://psketcher.googlecode.com/svn/trunk@${PV}" SRC_URI="http://www.iconarchive.com/icons/fixicon/study-folders/48/Folder-Apps-icon.png" ESVN_BOOTSTRAP="cmake ." S=${WORKDIR}/${P} LICENSE="GNU GENERAL PUBLIC LICENSE Version 2" SLOT="0" KEYWORDS="~x86" #IUSE="" RESTRICT="mirror" RDEPEND="dev-cpp/libdime dev-libs/boost >=dev-util/cmake-2.6 >=sci-libs/gsl-1.9 >=x11-libs/qt-core-4.4" DEPEND="${RDEPEND}" src_install() { dobin src/Interface/psketcher dodoc AUTHORS ChangeLog README newicon ${DISTDIR}/Folder-Apps-icon.png psketcher.png make_desktop_entry ${PN} "psketcher" psketcher.png Graphics; }