Gentoo Development: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
* Apparently you don't get the auto-resume feature automatically. Nor do you get MD5 verification. | * Apparently you don't get the auto-resume feature automatically. Nor do you get MD5 verification. | ||
== Java | == General Ebuild development guide == | ||
* [http://devmanual.gentoo.org/ebuild-writing/variables/index.html A list of important variables] available when writing ebuilds: | |||
** {$S}: Path to the temporary build directory. | |||
** {$P}: Package name and version. | |||
== Java Ebuild writing guide == | |||
* [http://www.gentoo.org/proj/en/java/java-devel.xml Official Guide] | * [http://www.gentoo.org/proj/en/java/java-devel.xml Official Guide] |
Revision as of 14:53, 15 May 2007
- If you write a simple ebuild, you still have to place it in the main Portage tree or in an overlay.
- Apparently you don't get the auto-resume feature automatically. Nor do you get MD5 verification.
General Ebuild development guide
- A list of important variables available when writing ebuilds:
- {$S}: Path to the temporary build directory.
- {$P}: Package name and version.