mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/libite: a collection of useful BSD API
Libite is a lightweight library of frog DNA. It can be used to fill the gaps in any dinosaur project. It holds useful functions and macros developed by both Finit and the OpenBSD project. Most notably the string functions: strlcpy(3), strlcat(3) and the highly useful *BSD sys/queue.h and sys/tree.h API's. Closes: https://bugs.gentoo.org/639626 Closes: https://github.com/gentoo/gentoo/pull/6421 Package-Manager: Portage-2.3.13, Repoman-2.3.1
This commit is contained in:
committed by
Michael Palimaka
parent
6ee0574f47
commit
5799c21d2d
1
dev-libs/libite/Manifest
Normal file
1
dev-libs/libite/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST libite-2.0.0.tar.xz 259960 BLAKE2B 4c5393daaf2ca6eb830fc5f11b1d38e9c1e2374c5f5d87bb973c7e54b9f81480d4a270a4551689806620cd5a84671d1055d409d6dd090acb64bf7fc454d1c283 SHA512 18516f19d36d81169116562b4b27d76240715424cdde9b87eae831f35adb17d70fb01e2eae5e7e9ce99e2c88344c2c15d2b7d11f4ea2e9ae0deb25ee5ee4c563
|
||||
23
dev-libs/libite/libite-2.0.0.ebuild
Normal file
23
dev-libs/libite/libite-2.0.0.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="A collection of useful BSD APIs"
|
||||
HOMEPAGE="https://github.com/troglobit/libite"
|
||||
SRC_URI="https://github.com/troglobit/libite/releases/download/v${PV}/${P}.tar.xz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="static-libs"
|
||||
|
||||
src_configure(){
|
||||
econf --enable-static=$(usex static-libs)
|
||||
}
|
||||
|
||||
src_install(){
|
||||
default
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
rm "${D}/usr/share/doc/${PF}/LICENSE" || die
|
||||
}
|
||||
21
dev-libs/libite/metadata.xml
Normal file
21
dev-libs/libite/metadata.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Oz Tiram</name>
|
||||
<email>oz.tiram@gmail.com</email>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Libite is a lightweight library of frog DNA. It can be used to fill the
|
||||
gaps in any dinosaur project. It holds useful functions and macros
|
||||
developed by both Finit and the OpenBSD project. Most notably the
|
||||
string functions: strlcpy(3), strlcat(3) and the highly useful *BSD
|
||||
sys/queue.h and sys/tree.h API's.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">troglobit/libite</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user