SlackBuilds Repository

15.0 > Libraries > skalibs (2.14.1.0)

skalibs is a package centralizing the free software / open source C
development files used for building all software at skarnet.org: it
contains essentially general-purpose libraries. You will need to install
skalibs if you plan to build skarnet.org software. The point is that you
won't have to download and compile big libraries, and care about
portability issues, everytime you need to build a package: do it only
once.

skalibs can also be used as a sound basic start for C development.
There are a lot of general-purpose libraries out there; but if your main
goal is to produce small and secure C code with a focus on system
programming, skalibs might be for you.

NOTE:
Upstream recommends building skarnet.org software with static libraries,
as most of skarnet.org software are small enough that shared libraries
are generally not worth using. Therefore, this SlackBuild script will
only build the static libraries by default.

If you want to also build the shared libraries, pass BUILD_SHARED=yes
environment variable to the script like below:

BUILD_SHARED=yes ./skalibs.SlackBuild

Similarly, to avoid building the static libraries, you can pass
BUILD_STATIC=no to the script. For example, to only build the shared
libraries and not the static ones, you can do something like

BUILD_SHARED=yes BUILD_STATIC=no ./skalibs.SlackBuild

If you just want to build and use skarnet.org software, building only
the static libraries should be sufficient.

Also, the execvep() function from skalibs (used by all skarnet.org
software) has a default executable search path that will be used if the
PATH environment variable is undefined. The default is /usr/bin:/bin.
Pass DEF_PATH=some:path:list to the script if you want to change it,
e.g.,

DEF_PATH=/usr/bin:/bin:/usr/sbin:/sbin ./skalibs.SlackBuild

Maintained by: Muhammad Mahendra Subrata
Keywords: c,skarnet,s6
ChangeLog: skalibs

Homepage:
https://skarnet.org/software/skalibs/

Source Downloads:
skalibs-2.14.1.0.tar.gz (289392217e4434909cf1ca31950e1f07)

Download SlackBuild:
skalibs.tar.gz
skalibs.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
skalibs.SlackBuild
skalibs.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds