Gentoo Archives: gentoo-user

From: "Rafael Fernández López" <info@××××××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] non-ebuild installations
Date: Sun, 09 Jul 2006 14:34:50
Message-Id: 44B11279.7050109@maestroprogramador.com
In Reply to: [gentoo-user] non-ebuild installations by "Matthew R. Lee"
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Matthew R. Lee wrote:
5 > I would like to install some software which is not available as an ebuild. As
6 > I never done that before, can anyone point me in the direction of a how-to?
7 > I've had a look on the wiki but nothing caught my eye as being what I needed,
8 > but I may not have been looking in the right place.
9 > Thanks
10 > Matt
11
12 You've two possible ways (maybe some more):
13
14 1. Create an ebuild into your portage overlay and install the package as
15 normal. Portage will handle it as any other ebuild.
16
17 2. Read the INSTALL file, usually you'll be done with a "./configure ;
18 make ; make install" (without quotes).
19
20 The problem here is that if the Makefile is not prepared to uninstall
21 the software you'll have uncontrolled files in your filesystem. I
22 recommend you to write a fast ebuild so portage will handle all files
23 and sandbox will take care that everything is fine. If you want to
24 uninstall it someday you'll we done with a "emerge --unmerge foo".
25
26 Bye,
27 Rafael Fernández López.
28 -----BEGIN PGP SIGNATURE-----
29 Version: GnuPG v1.4.4 (GNU/Linux)
30 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
31
32 iD8DBQFEsRJ5WFfYaTyFH8oRAgSfAJ4x4398DV8l2LCmNyPoRMJXqgvKSwCfYSlK
33 UOuv18ZH4wtLDTPHAhCS6lc=
34 =6Id8
35 -----END PGP SIGNATURE-----
36 --
37 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] non-ebuild installations Neil Bothwick <neil@××××××××××.uk>