blob: b34ce438bfaea7689cedb81e73b7670831dd46bb (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.ebuild,v 1.3 2006/08/24 02:09:23 weeve Exp $
inherit php-ezc
DESCRIPTION="This eZ component provides access to common system variables, such as CPU type and speed, and the available amount of memory."
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
|