mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
sys-fs/mdevd: new package, add 0.1.7.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
1
sys-fs/mdevd/Manifest
Normal file
1
sys-fs/mdevd/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mdevd-0.1.7.0.tar.gz 37377 BLAKE2B b2ecaa10e676ee76b7ae60fe4a1fddf1c3687b5910171663e2f82327ac4e4034c887847fc31ca5578976ebe727aecde8432afd14c6b96178509f5c142b212cf0 SHA512 b50750afbba81c5168348acc2b38ba28abe0ac19bf4ea49c04f68eec1269a079642bccbed0acb1ef5da4848aea20c5f71c2711945eb2218ab79d570ffecdce57
|
||||
36
sys-fs/mdevd/mdevd-0.1.7.0.ebuild
Normal file
36
sys-fs/mdevd/mdevd-0.1.7.0.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit optfeature toolchain-funcs
|
||||
|
||||
DESCRIPTION="small daemon managing kernel hotplug events, similarly to udevd"
|
||||
HOMEPAGE="https://skarnet.org/software/mdevd/"
|
||||
SRC_URI="https://skarnet.org/software/mdevd/${P}.tar.gz"
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=">=dev-libs/skalibs-2.14.4.0:="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
DOCS=( AUTHORS NEWS README doc/ examples )
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--with-sysdeps=/usr/$(get_libdir)/skalibs/ \
|
||||
--enable-shared \
|
||||
--disable-allstatic \
|
||||
--with-pkgconfig
|
||||
|
||||
# TODO: --enable-nsss
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake AR=$(tc-getAR) RANLIB=$(tc-getRANLIB)
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "For +/-/& command directives in mdev.conf" dev-lang/execline
|
||||
}
|
||||
8
sys-fs/mdevd/metadata.xml
Normal file
8
sys-fs/mdevd/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>contact@hacktivis.me</email>
|
||||
<name>Haelwenn (lanodan) Monnier</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user