eudev: add runit service.
This commit is contained in:
parent
ab9eca165c
commit
169dba3b09
|
@ -4,13 +4,13 @@ _UDEV_VERSION="217" # compatible udev version provided
|
|||
|
||||
pkgname=eudev
|
||||
version=2.1.1
|
||||
revision=4
|
||||
revision=5
|
||||
conf_files="/etc/udev/udev.conf"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libkmod $(vopt_enable gir introspection)"
|
||||
hostmakedepends="automake libtool pkg-config gperf glib-devel libxslt docbook-xsl"
|
||||
makedepends="libblkid-devel libkmod-devel libglib-devel $(vopt_if gir gobject-introspection)"
|
||||
short_desc="systemd's udev fork (enhanced userland device daemon)"
|
||||
short_desc="Gentoo's fork of systemd-udev (enhanced userland device daemon)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.gentoo.org/proj/en/eudev/"
|
||||
|
@ -25,6 +25,10 @@ pre_configure() {
|
|||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vsv udevd
|
||||
}
|
||||
|
||||
eudev-libgudev-devel_package() {
|
||||
provides="libgudev-devel-${_UDEV_VERSION}_${revision}"
|
||||
replaces="libgudev-devel>=0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user