| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
| 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/skel.ebuild,v 1.19 2003/01/31 18:11:35 latexer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/skel.ebuild,v 1.20 2003/04/09 03:21:56 seemant Exp $ |
| 4 | |
4 | |
| 5 | # NOTE: The comments in this file are for instruction and documentation. |
5 | # NOTE: The comments in this file are for instruction and documentation. |
| 6 | # They're not meant to appear with your final, production ebuild. Please |
6 | # They're not meant to appear with your final, production ebuild. Please |
| 7 | # remember to remove them before submitting or committing your ebuild. That |
7 | # remember to remove them before submitting or committing your ebuild. That |
| 8 | # doesn't mean you can't add your own comments though. |
8 | # doesn't mean you can't add your own comments though. |
| … | |
… | |
| 96 | # http://www.pathname.com/fhs/ |
96 | # http://www.pathname.com/fhs/ |
| 97 | |
97 | |
| 98 | # Also note that it is cleaner and easier to use econf, which is the |
98 | # Also note that it is cleaner and easier to use econf, which is the |
| 99 | # portage shortcut to the above ./configure statement: |
99 | # portage shortcut to the above ./configure statement: |
| 100 | # |
100 | # |
| 101 | # econf |
101 | # econf || die |
| 102 | |
102 | |
| 103 | # emake (previously known as pmake) is a script that calls the |
103 | # emake (previously known as pmake) is a script that calls the |
| 104 | # standard GNU make with parallel building options for speedier |
104 | # standard GNU make with parallel building options for speedier |
| 105 | # builds (especially on SMP systems). Try emake first. It might |
105 | # builds (especially on SMP systems). Try emake first. It might |
| 106 | # not work for some packages, in which case you'll have to resort |
106 | # not work for some packages, in which case you'll have to resort |
| … | |
… | |
| 127 | # Again, verify the Makefiles! We don't want anything falling |
127 | # Again, verify the Makefiles! We don't want anything falling |
| 128 | # outside of ${D}. |
128 | # outside of ${D}. |
| 129 | |
129 | |
| 130 | # The portage shortcut to the above command is simply: |
130 | # The portage shortcut to the above command is simply: |
| 131 | # |
131 | # |
| 132 | #einstall |
132 | #einstall || die |
| 133 | } |
133 | } |