5 Oct
2010
5 Oct
'10
6:33 a.m.
On Tue, Oct 5, 2010 at 1:30 AM, Gordon JC Pearce <gordonjcp@gjcp.net> wrote:
On Tue, 2010-10-05 at 01:12 -0500, Nathan O wrote:
Probably not allowed to do so, but I figured I would ask. In a PKGBUILD can we do something like:
echo "Do you want to enable GTK support?" read gtk
if [[ "gtk" == "yes" ]]; then ./configure --with-gtk
and so on.
Thanks
I thought that PKGBUILDs were not supposed to have any "interactive" component?
Gordon MM0YEQ
I kind of figured that it might not be allowed, but I figured I would ask. Could there be a possibility of having something similar to USE flags for AUR?