You are not logged in.

#1 2005-02-22 21:09:17

celeron2002
Member
From: Santiago, Chile.
Registered: 2004-02-18
Posts: 150

paramater for pacman

Is possible know the flags of the configure script from a package?

I have found the parameters reading the pkgbuilds, but it is possible to do it with pacman?


if isn´t possible, it would be a good option tongue


irc.bsd.cl #linux
irc.freenode.org #archlinux-es

Offline

#2 2005-02-22 22:13:59

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: paramater for pacman

celeron2002 wrote:

Is possible know the flags of the configure script from a package?

I have found the parameters reading the pkgbuilds, but it is possible to do it with pacman?


if isn´t possible, it would be a good option tongue

you can use a combination of abs and grep...

# !/bin/sh

abs && grep "./configure" /var/abs/*/${1}/PKGBUILD

or something to that effect

Offline

#3 2005-02-23 06:16:18

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: paramater for pacman

No, there is no way to do this from within pacman short of including the PKGBUILD in the package.  I don't think that's such a great idea because it means we'd have to recompile packages a lot more often...

Is it really that bad checking abs?


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

Board footer

Powered by FluxBB