| 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/sys-boot/grub/grub-9999.ebuild,v 1.81 2012/07/22 18:29:50 floppym Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.82 2012/10/11 02:14:09 floppym Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | if [[ ${PV} == "9999" ]] ; then |
7 | if [[ ${PV} == "9999" ]] ; then |
| 8 | EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub/" |
8 | EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub/" |
| … | |
… | |
| 174 | ;; |
174 | ;; |
| 175 | esac |
175 | esac |
| 176 | |
176 | |
| 177 | ECONF_SOURCE="${S}" \ |
177 | ECONF_SOURCE="${S}" \ |
| 178 | econf \ |
178 | econf \ |
|
|
179 | --libdir=/usr/lib \ |
| 179 | --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ |
180 | --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ |
| 180 | --disable-werror \ |
181 | --disable-werror \ |
| 181 | --program-prefix= \ |
182 | --program-prefix= \ |
| 182 | --program-transform-name="s,grub,grub2," \ |
183 | --program-transform-name="s,grub,grub2," \ |
| 183 | --with-grubdir=grub2 \ |
184 | --with-grubdir=grub2 \ |