]> Pileus Git - ~andy/sunrise/commitdiff
new ebuild: pcp
authorDrChandra <gentooperson@yahoo.com>
Sun, 8 Oct 2006 20:22:08 +0000 (20:22 +0000)
committerDrChandra <gentooperson@yahoo.com>
Sun, 8 Oct 2006 20:22:08 +0000 (20:22 +0000)
svn path=/sunrise/; revision=1470

sys-apps/pcp/pcp-2.5.0.ebuild [new file with mode: 0644]

diff --git a/sys-apps/pcp/pcp-2.5.0.ebuild b/sys-apps/pcp/pcp-2.5.0.ebuild
new file mode 100644 (file)
index 0000000..7c37926
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit flag-o-matic
+
+DESCRIPTION="A framework and services to support system-level performance monitoring and performance management"
+HOMEPAGE="http://oss.sgi.com/projects/pcp/"
+SRC_URI="ftp://oss.sgi.com/projects/pcp/download/${P}-2.src.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=""
+RDEPEND=""
+
+src_compile() {
+       filter-flags -fomit-frame-pointer
+       econf || die "econf failed"
+       emake -j1 || die "emake failed"
+}
+
+src_install() {
+       DIST_ROOT="${D}" emake install || die "emake install failed"
+       dodoc CHANGELOG README
+}
\ No newline at end of file