[aur-general] Help with PKGBUILD

Lukas Jirkovsky l.jirkovsky at gmail.com
Wed Aug 15 03:09:50 EDT 2012


On 14 August 2012 15:47, Lucas Saliés Brum <sistematico at gmail.com> wrote:
> Anyone can help me with this PKGBUILD: http://pastie.org/4473721 ?
>
> Thanks in advance.
> --
> Lucas Saliés Brum
> http://sistematico.org

It's an upstream problem in tarball. But that doesn't mean it can be
fixed in the PKGBUILD.

To make it work, add the following lines before the ./configure line
in your PKGBUILD:

cp /usr/share/automake-1.12/config.sub .
cp /usr/share/automake-1.12/config.guess .
sed -i 's|#\(AC_CONFIG_HEADER.*\)|\1|' configure.in
autoconf -f

Lukas


More information about the aur-general mailing list