On Thu, Sep 9, 2010 at 8:34 AM, Pierre Schmitz <pierre@archlinux.de> wrote:
On Wed, 8 Sep 2010 21:15:46 +0200, Rémy Oudompheng <remyoudompheng@gmail.com> wrote:
Nathan O <ndowens.aur@gmail.com> wrote:
It is done as you suggested :)
http://wiki.archlinux.org/index.php/Building_32-bit_packages_on_a_64-bit_sys...
Note that devtools (version 0.9.10 in [testing]) contains a ready-to-use /usr/share/devtools/makepkg-i686.conf.
It's now in extra and also contains arch-build. Building packages for i686 or different repos is now as easy as running e.g. extra-i686-build in the PKGBUILD's dir. Just check "pacman -Qql devtools|grep -- -build" to get a list of the different commands. Of course you cannot build x86_64 packages on an i686 system though.
Future versions will be more advanced but for now this should be the way to easily build packages in a defined environment.
Greetings,
Pierre
-- Pierre Schmitz, https://users.archlinux.de/~pierre<https://users.archlinux.de/%7Epierre>
Nice, didn't know that anything like this was available, guessing maybe you or somebody created it recently?