mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
eudev: update to 3.2.11.
Also: - change the homepage to that of the maintained upstream. - use the official generated tarball.
This commit is contained in:
parent
643fe9779d
commit
00a8c1e2a5
1 changed files with 6 additions and 7 deletions
|
@ -3,20 +3,19 @@
|
|||
_UDEV_VERSION="243" # compatible udev version provided
|
||||
|
||||
pkgname=eudev
|
||||
version=3.2.10
|
||||
revision=2
|
||||
version=3.2.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-hwdb --enable-manpages --disable-introspection"
|
||||
hostmakedepends="pkg-config gperf"
|
||||
makedepends="libblkid-devel libkmod-devel"
|
||||
checkdepends="xz tar perl"
|
||||
short_desc="Gentoo's fork of systemd-udev (enhanced userland device daemon)"
|
||||
short_desc="Fork of systemd-udev (enhanced userland device daemon)"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/gentoo/eudev"
|
||||
# Gentoo's ebuild uses this tarball
|
||||
distfiles="https://dev.gentoo.org/~blueness/eudev/eudev-${version}.tar.gz"
|
||||
checksum=87bb028d470fd1b85169349b44c55d5b733733dc2d50ddf1196e026725ead034
|
||||
homepage="https://github.com/eudev-project"
|
||||
distfiles="https://github.com/eudev-project/eudev/releases/download/v${version}/eudev-${version}.tar.gz"
|
||||
checksum=19847cafec67897da855fde56f9dc7d92e21c50e450aa79068a7e704ed44558b
|
||||
conf_files="/etc/udev/udev.conf"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue