| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/openib.eclass,v 1.8 2012/10/12 16:49:59 alexxy Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/openib.eclass,v 1.9 2012/10/14 18:18:20 alexxy Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: openib.eclass |
5 | # @ECLASS: openib.eclass |
| 6 | # @AUTHOR: |
6 | # @AUTHOR: |
| 7 | # Original Author: Alexey Shvetsov <alexxy@gentoo.org> |
7 | # Original Author: Alexey Shvetsov <alexxy@gentoo.org> |
| 8 | # @BLURB: Simplify working with OFED packages |
8 | # @BLURB: Simplify working with OFED packages |
| … | |
… | |
| 97 | MY_PV="${PV}" |
97 | MY_PV="${PV}" |
| 98 | ;; |
98 | ;; |
| 99 | esac |
99 | esac |
| 100 | |
100 | |
| 101 | case ${MY_PN} in |
101 | case ${MY_PN} in |
| 102 | ofa_kernel) |
102 | ofa_kernel|compat-rdma) |
| 103 | EXT="tgz" |
103 | EXT="tgz" |
| 104 | ;; |
104 | ;; |
| 105 | *) |
105 | *) |
| 106 | EXT="tar.gz" |
106 | EXT="tar.gz" |
| 107 | ;; |
107 | ;; |