View previous topic :: View next topic |
Author |
Message |
ROGA Apprentice
Joined: 17 Feb 2018 Posts: 163 Location: Zurich, Switzerland
|
Posted: Fri Jan 04, 2019 12:00 pm Post subject: [SOLVED] eBuilds and how they works |
|
|
Hi,
I've got a question about eBuilds. They are files with a syntax similar to bash and are responsible to create a software-package, right? In it there are build functions like
Code: |
src_install ()
emake DESTDIR="${D}" install
dodoc AUTHORS README NEWS
|
and there is a command called emake (I think, this command is responsible to create the package from the source-code). But I cannot find a command with this name on my gentoo-system. Where can I found emake or in other words how would it be invoked?
regards,
Roland
Last edited by ROGA on Fri Jan 04, 2019 3:24 pm; edited 1 time in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31447 Location: here
|
Posted: Fri Jan 04, 2019 12:54 pm Post subject: |
|
|
The ebuild function are located in
Code: | /usr/lib/portage/python<version>/
/usr/lib/portage/python<version>/ebuild-helpers |
You can also read https://devmanual.gentoo.org/ _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
ROGA Apprentice
Joined: 17 Feb 2018 Posts: 163 Location: Zurich, Switzerland
|
Posted: Fri Jan 04, 2019 3:24 pm Post subject: |
|
|
fedeliallalinea,
Great!
Thank you for the clue.
regards |
|
Back to top |
|
|
|