Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] eBuilds and how they works
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
ROGA
Apprentice
Apprentice


Joined: 17 Feb 2018
Posts: 163
Location: Zurich, Switzerland

PostPosted: Fri Jan 04, 2019 12:00 pm    Post subject: [SOLVED] eBuilds and how they works Reply with quote

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
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31446
Location: here

PostPosted: Fri Jan 04, 2019 12:54 pm    Post subject: Reply with quote

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
View user's profile Send private message
ROGA
Apprentice
Apprentice


Joined: 17 Feb 2018
Posts: 163
Location: Zurich, Switzerland

PostPosted: Fri Jan 04, 2019 3:24 pm    Post subject: Reply with quote

fedeliallalinea,

Great!
Thank you for the clue.
regards
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum