You are not logged in.
Hi,
In freeBSD one get a ncurses screen to choose what options one wants for a package. Can I have some way to choose the options when I use yaourt?
Thanks
Offline
afaik no
If you want to use USE-flags, check the abs (or get gentoo)
In each heart, as pure it may be, there is a place of deepest and darkest abyss.
(by Apollo from archlinux.de, translated by a friend of mine who writes http://www.drunkduck.com/Captain_Communism/ )
Offline
ok how excatly do I do this?
Offline
is this what you mean?
Offline
No no....like additional options for a program...like in vim I'd like to select the option of the inbuilt python interpreter or something like that. These kinda things are shown on a ncurses interface for freebsd and I guess one uses USE flags for gentoo. But how does one do it for the Arch Build System. And is there any way I can use yaourt in the process?
makepkg.conf only seems to have compiler flags not additional options for compiling a specific program.
Last edited by mc (2008-08-08 20:18:07)
Offline
If you want to compile a package with different compile time options, you can do the following:
1. Use ABS to aquire the PKGBUILD
2. Modify the PKGBUILD to your liking
3. Build with makepkg
4. Install with pacman
5. Profit!
I don't know of some other Interface to do this. Be it textbased cursesbased or whatever.
Offline
ok the wiki says the following about ABS:-
The Arch Build System (ABS for short) is used to
* Make new packages from source, of software for which no packages are yet available (See The Arch package making HOW-TO - with guidelines)
* Customize existing packages to fit your needs (enabling or disabling options, patching)
* Rebuild your entire system using your compiler flags, "a la FreeBSD"
* Cleanly build and install your own custom kernel. (See Kernel Compilation)
* Get kernel modules working with your custom kernel.
Now how exactly do I customize my package?...I just cited the USE flags and the freebsd ncurses interface as an example.
Offline
See step 2 in Garns comment right above yours. There is nothing equivalent to USE flags in Arch. You modify the PKGBUILD yourself. You might also want to install srcpac and look at its man page
Offline