Package Details: liboil 0.3.17-3

Git Clone URL: https://aur.archlinux.org/liboil.git (read-only, click to copy)
Package Base: liboil
Description: Liboil is a library of simple functions that are optimized for various CPUs.
Upstream URL: https://liboil.freedesktop.org
Licenses: BSD
Submitter: zoe
Maintainer: aspirogrammer
Last Packager: zoe
Votes: 3
Popularity: 0.000000
First Submitted: 2017-04-23 07:27 (UTC)
Last Updated: 2017-04-23 13:09 (UTC)

Latest Comments

zoe commented on 2018-03-14 22:15 (UTC)

@J1simon : I do no longer need this package, and I just disowned it. If you want, you can adopt it

j1simon commented on 2018-03-13 11:00 (UTC) (edited on 2018-03-13 11:03 (UTC) by j1simon)

This package installs the next folder structure:

...

/usr/include/liboil/....

/usr/lib/liboil-0.3.so

...

/usr/lib/pkgconfig/liboil-0.3.pc

But when I ask for includes to the system:

$ pkg-config --cflags-only-I liboil-0.3 -I/usr/include/liboil-0.3

But the real 'include' folder name is '/usr/include/liboil/'

When I compile a program that needs this library, it fails at compile.

The problem is these 2 lines in package():

mv "${pkgdir}/usr/include/liboil-0.3/liboil/" "${pkgdir}/usr/include/" rmdir "${pkgdir}/usr/include/liboil-0.3/"