eudev: update to 3.2.7.
This commit is contained in:
parent
5b4ae22c73
commit
2a1b47760a
|
@ -3,12 +3,8 @@
|
|||
_UDEV_VERSION="220" # compatible udev version provided
|
||||
|
||||
pkgname=eudev
|
||||
version=3.2.6
|
||||
revision=2
|
||||
_commit=96c5552c52fc9b5b5f25e8ff7d5fb3e6e518474d
|
||||
wrksrc="eudev-${_commit}"
|
||||
conf_files="/etc/udev/udev.conf"
|
||||
patch_args="-Np1"
|
||||
version=3.2.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-hwdb --enable-manpages --disable-introspection"
|
||||
hostmakedepends="automake libtool pkg-config gperf libxslt docbook-xsl"
|
||||
|
@ -17,12 +13,14 @@ short_desc="Gentoo's fork of systemd-udev (enhanced userland device daemon)"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/gentoo/eudev"
|
||||
distfiles="https://github.com/gentoo/eudev/archive/${_commit}.tar.gz"
|
||||
checksum=8ab63b0d3a87b4aafc767481ea168cdef30b4a24a20b2f29e74e960826bb3b6f
|
||||
distfiles="https://github.com/gentoo/eudev/archive/v${version}.tar.gz"
|
||||
checksum=ce2fda4dea129bbcf824c947aab23504bcd26911481b47dbaf10646f723083a4
|
||||
conf_files="/etc/udev/udev.conf"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vsv udevd
|
||||
}
|
||||
|
@ -39,6 +37,7 @@ eudev-libudev-devel_package() {
|
|||
vmove usr/share/pkgconfig
|
||||
}
|
||||
}
|
||||
|
||||
eudev-libudev_package() {
|
||||
provides="libudev-${_UDEV_VERSION}_${revision}"
|
||||
short_desc+=" - runtime library"
|
||||
|
|
Loading…
Reference in New Issue