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/sys-kernel/calculate-sources/calculate-sources-2.6.26.3....

39 lines
926 B

# Copyright 2007 Calculate Pack, http://www.calculate-linux.ru
# Distributed under the terms of the GNU General Public License v2
ETYPE="sources"
CALC_VER=""
KEYWORDS="amd64 x86"
HOMEPAGE="http://www.calculate-linux.ru"
inherit kernel-2
detect_version
detect_arch
CKV=$(get_version_component_range 1-3)
CALC_SUBV=$(get_version_component_range 3-4)
CALC_K_SUBV=$(get_version_component_range 4)
KV_FULL="2.6.${CALC_SUBV}-calculate${CALC_VER}"
EXTRAVERSION=".${CALC_K_SUBV}-calculate${CALC_VER}"
UNIPATCH_STRICTORDER=1
CALC_URI="ftp://ftp.local.calculate.ru/pub/${PN}/${PN}-${CKV}.tar.bz2"
DESCRIPTION="Full sources including the Calculate patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${CALC_URI}"
UNIPATCH_LIST="${DISTDIR}/${PN}-${CKV}.tar.bz2"
pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"
}