diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-11-18 09:38:27 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-11-18 09:38:27 +0000 |
commit | 536c3711867ec947c1738f2c4b96f22e4863322d (patch) | |
tree | 697733f5cb713908dcf378e13fd15a798a906a91 /dev-libs/libugpio | |
parent | f65628136faa35d0c4d3b5e7332275c7b35fcd96 (diff) |
gentoo resync : 18.11.2018
Diffstat (limited to 'dev-libs/libugpio')
-rw-r--r-- | dev-libs/libugpio/Manifest | 3 | ||||
-rw-r--r-- | dev-libs/libugpio/libugpio-0.0.6.ebuild | 30 | ||||
-rw-r--r-- | dev-libs/libugpio/metadata.xml | 21 |
3 files changed, 54 insertions, 0 deletions
diff --git a/dev-libs/libugpio/Manifest b/dev-libs/libugpio/Manifest new file mode 100644 index 000000000000..764196b3c42c --- /dev/null +++ b/dev-libs/libugpio/Manifest @@ -0,0 +1,3 @@ +DIST libugpio-0.0.6.tar.bz2 252283 BLAKE2B ebdfae8ef400b3deb95e4313fd0ca2ad7b195945c850ce5c84904373bca2f2c9d446aec45b0500f549ab5319a294fbc2f0c37a6734fab69d8571389a0cb5fb63 SHA512 f40517d34509f9f3b5b26a5cb5523863034d48887ef3f26bd38a38e9aeac73e09ecf71099cd5a036e23fe3db5c8c2ead588c49022a398f2a426bc7148cc64ecd +EBUILD libugpio-0.0.6.ebuild 609 BLAKE2B 20272348a2f25f609c6f7aa3bf408470b65f91f152d0746a5c7a715fed4ba6effc882d542d06ea735d0dcb60d7a8e448be3c33620fcdd59c904d920cc653f1f5 SHA512 8efb218e54e96da436cd543e5a661440ad51198591f27c648f7beca4d8bfa3d990ce518f5ca2ea12ec1107b8ae54524b8ae01071b54b688bc5b980bcfccd5b52 +MISC metadata.xml 753 BLAKE2B 7480b4a689b0e666a5394f0099d34efffd75465cf320220cd6eb1c046aae16ec10fa2ecb83838ba54de4164cab6e461510c294ff87cb9be8c232e431617b813a SHA512 502a0419fa0f34a7fb9e504e942a6374a64f0d980f4fb67a52615f113bf56f035dbf6b45bd442175076a62bc7d52bddfc96c26ae8dce6cb8ed02d9734b320141 diff --git a/dev-libs/libugpio/libugpio-0.0.6.ebuild b/dev-libs/libugpio/libugpio-0.0.6.ebuild new file mode 100644 index 000000000000..f48a044c9827 --- /dev/null +++ b/dev-libs/libugpio/libugpio-0.0.6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit linux-info + +DESCRIPTION="Lib for the use of linux kernel's sysfs gpio interface from C programs" +HOMEPAGE="https://github.com/mhei/libugpio" +SRC_URI="https://github.com/mhei/${PN}/releases/download/v${PV}/${P}.tar.bz2" + +LICENSE="GPL-3+ LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +CONFIG_CHECK="~CONFIG_GPIO_SYSFS" + +src_configure() { + local myeconfargs=( + --disable-static + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + find "${D}" -name '*.la' -delete || die +} diff --git a/dev-libs/libugpio/metadata.xml b/dev-libs/libugpio/metadata.xml new file mode 100644 index 000000000000..1340ccfdad65 --- /dev/null +++ b/dev-libs/libugpio/metadata.xml @@ -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"> + <email>ck+gentoo@bl4ckb0x.de</email> + <name>Conrad Kostecki</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + Libugpio is a free software library to ease the use of linux kernel's sysfs + gpio interface from C programs and/or other libraries. + The basic function set is derived from the kernel internal gpio api. + </longdescription> + <upstream> + <bugs-to>https://github.com/mhei/libugpio/issues</bugs-to> + <remote-id type="github">mhei/libugpio</remote-id> + </upstream> +</pkgmetadata> |