mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42: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
|
_UDEV_VERSION="243" # compatible udev version provided
|
||||||
|
|
||||||
pkgname=eudev
|
pkgname=eudev
|
||||||
version=3.2.10
|
version=3.2.11
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-hwdb --enable-manpages --disable-introspection"
|
configure_args="--enable-hwdb --enable-manpages --disable-introspection"
|
||||||
hostmakedepends="pkg-config gperf"
|
hostmakedepends="pkg-config gperf"
|
||||||
makedepends="libblkid-devel libkmod-devel"
|
makedepends="libblkid-devel libkmod-devel"
|
||||||
checkdepends="xz tar perl"
|
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>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/gentoo/eudev"
|
homepage="https://github.com/eudev-project"
|
||||||
# Gentoo's ebuild uses this tarball
|
distfiles="https://github.com/eudev-project/eudev/releases/download/v${version}/eudev-${version}.tar.gz"
|
||||||
distfiles="https://dev.gentoo.org/~blueness/eudev/eudev-${version}.tar.gz"
|
checksum=19847cafec67897da855fde56f9dc7d92e21c50e450aa79068a7e704ed44558b
|
||||||
checksum=87bb028d470fd1b85169349b44c55d5b733733dc2d50ddf1196e026725ead034
|
|
||||||
conf_files="/etc/udev/udev.conf"
|
conf_files="/etc/udev/udev.conf"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue