You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/app-misc/calculate-meta/calculate-meta-12.0.3-r1.eb...

34 lines
605 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit calculate
DESCRIPTION="Calculate Linux (meta package)"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="${RDEPEND}
!sys-apps/calculate
"
RDEPEND="${RDEPEND}
sys-apps/calculate-utilities
"
pkg_postinst()
{
SETUP_SYSTEM_CMD=/usr/sbin/cl-setup-system
if [[ -x $SETUP_SYSTEM_CMD ]]
then
[[ `$SETUP_SYSTEM_CMD --variable cl_chroot_status` == "off" ]] && \
$SETUP_SYSTEM_CMD --no-progress
fi
true
}