Thanks. If I understand correctly, I have to build the package myself.
So I tried the instructions here:
http://raspberrypi.stackexchange.com/qu ... om-the-aurI did
$this->bbcode_second_pass_code('', 'pacman -S yaourt')
and then
$this->bbcode_second_pass_code('', 'yaourt -S iksemel')
which gave me the following output:
$this->bbcode_second_pass_code('', '
==> Downloading iksemel PKGBUILD from AUR...
x iksemel.install
x PKGBUILD
Comment by xyproto (2013-01-24 14:39)
Moved from [community] in connection with the Winter Cleanup. http://www.mail-archive.com/arch-dev-public@archlinux.org/msg20678.html
iksemel 1.4-2 (Thu Jan 24 08:33:28 CST 2013)
This package is orphaned
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n
==> iksemel dependencies:
- glibc (already installed)
==> Edit iksemel.install ? [Y/n] ("A" to abort)
==> -------------------------------------------
==> n
==> Continue building iksemel ? [Y/n]
==> ---------------------------------
==>
==> Building and installing package
==> WARNING: Building package as root is dangerous.
Please run yaourt as a non-privileged user.
==> ERROR: iksemel is not available for the 'arm' architecture.
Note that many packages may need a line added to their PKGBUILD
such as arch=('arm').
==> ERROR: Makepkg was unable to build iksemel.
==> Restart building iksemel ? [y/N]
==> --------------------------------
==>
')
As you can see, it says that iksemel is not available for archlinuxarm, which is pretty much the message I got from the beginning.
My question is then, why is the asterisk package available if it depends on a non-existent package ?