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.
distros-overlay/sys-kernel/calculate-sources/calculate-sources-3.12.6-r1...

29 lines
528 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
ETYPE="sources"
inherit calculate-kernel-6 eutils
DESCRIPTION="Calculate Linux kernel image"
KEYWORDS="~amd64 ~x86"
HOMEPAGE="http://www.calculate-linux.org"
IUSE=""
DEPEND="vmlinuz? ( || ( app-arch/xz-utils app-arch/lzma-utils )
sys-apps/v86d
!<net-wireless/rtl8192se-3.0
sys-boot/grub
)"
src_unpack() {
calculate-kernel-6_src_unpack
}
pkg_postinst() {
calculate-kernel-6_pkg_postinst
}