skalibs: new package
commit332360e34289cfaea66cbf04ddc648ba837a904f
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Mon, 19 Dec 2016 21:29:07 +0000 (19 22:29 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 23 Dec 2016 10:19:58 +0000 (23 11:19 +0100)
treefde38eae6123751c214c87a24f3b6fb8664888f5
parent006a328ad6bed214ec3c4d92120510ea37329dd1
skalibs: new package

This new package provides skalibs, a collection of free software / open
source C development files used for building all softwares from
skarnet.org.

Note that, though skalibs (and all skarnet softwares) follows the
"./configure; make; make install" convention, it does not behave like a
traditional autotools project:

 - static libraries are installed in $prefix/usr/lib/skalibs.
 - pkg-config and libtool are not used: instead a custom system called
   "sysdeps" is used and locations to libraries and headers are to be
   passed explicitly via options of the './configure' script.

The host variant is provided to allow building the host variants of the
other skarnet softwares.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
[Thomas: remove post install target hook, do it directly in the target
installation commands.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/skalibs/0001-No-runtime-tests-for-endianness.patch [new file with mode: 0644]
package/skalibs/0002-No-runtime-tests-for-type-sizes.patch [new file with mode: 0644]
package/skalibs/Config.in [new file with mode: 0644]
package/skalibs/skalibs.hash [new file with mode: 0644]
package/skalibs/skalibs.mk [new file with mode: 0644]