mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libudev0-shim: update to 2.
This commit is contained in:
parent
9d8becebcf
commit
b6f4867ad9
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'libudev0-shim'
|
# Template file for 'libudev0-shim'
|
||||||
pkgname=libudev0-shim
|
pkgname=libudev0-shim
|
||||||
version=1
|
version=2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
hostmakedepends="patchelf"
|
hostmakedepends="patchelf"
|
||||||
makedepends="eudev-libudev-devel"
|
makedepends="eudev-libudev-devel"
|
||||||
short_desc="Compability library shim for libudev.so.0"
|
short_desc="Compability library shim for libudev.so.0"
|
||||||
maintainer="Andrew Benson <abenson@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/archlinux/libudev0-shim"
|
homepage="https://github.com/archlinux/libudev0-shim"
|
||||||
distfiles="https://github.com/archlinux/libudev0-shim/archive/v${version}.tar.gz"
|
distfiles="https://github.com/archlinux/libudev0-shim/archive/v${version}.tar.gz"
|
||||||
checksum=24a1072fa437935d6c4e1d9c1ce84f4ad1d7be45026f6ee7b0b3d77ec0f66e3c
|
checksum=c55e5bcb82f02578c059c825946eca634d81e49fb22b2a0c1d791dc57e04b9c7
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
patchelf --add-needed libudev.so.1 libudev.so.0.0.9999
|
patchelf --add-needed libudev.so.1 libudev.so.0.13.9999
|
||||||
vinstall libudev.so.0.0.9999 0755 usr/lib libudev.so.0
|
vinstall libudev.so.0.13.9999 0755 usr/lib libudev.so.0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue