mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
udev, libgudev: use KERNEL_SITE and .xz tarball to fetch
This commit is contained in:
parent
73b4e7791f
commit
af2cf76dea
2 changed files with 4 additions and 6 deletions
|
@ -2,8 +2,7 @@
|
||||||
pkgname=libgudev
|
pkgname=libgudev
|
||||||
version=175
|
version=175
|
||||||
wrksrc=udev-${version}
|
wrksrc=udev-${version}
|
||||||
#distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
|
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.xz"
|
||||||
distfiles="http://people.freedesktop.org/~kay/udev-${version}.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-selinux --disable-rule-generator
|
configure_args="--without-selinux --disable-rule-generator
|
||||||
--enable-introspection --enable-gudev --disable-static
|
--enable-introspection --enable-gudev --disable-static
|
||||||
|
@ -13,7 +12,7 @@ short_desc="GObject-based wrapper library for libudev"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=4c7937fe5a1521316ea571188745b9a00a9fdf314228cffc53a7ba9e5968b7ab
|
checksum=6e7c7330a8f7a1d118e33338941381faa005759921caa241535d6930bb12140f
|
||||||
long_desc="
|
long_desc="
|
||||||
This library makes it much simpler to use libudev from programs already using
|
This library makes it much simpler to use libudev from programs already using
|
||||||
GObject. It also makes it possible to easily use libudev from other
|
GObject. It also makes it possible to easily use libudev from other
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
pkgname=udev
|
pkgname=udev
|
||||||
version=175
|
version=175
|
||||||
revision=2
|
revision=2
|
||||||
#distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
|
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.xz"
|
||||||
distfiles="http://people.freedesktop.org/~kay/udev/udev-${version}.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib/udev
|
configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib/udev
|
||||||
--with-rootlibdir=/lib --disable-introspection --enable-edd --enable-floppy
|
--with-rootlibdir=/lib --disable-introspection --enable-edd --enable-floppy
|
||||||
|
@ -13,7 +12,7 @@ short_desc="/dev/ and hotplug management daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=4c7937fe5a1521316ea571188745b9a00a9fdf314228cffc53a7ba9e5968b7ab
|
checksum=6e7c7330a8f7a1d118e33338941381faa005759921caa241535d6930bb12140f
|
||||||
long_desc="
|
long_desc="
|
||||||
udev is a daemon which dynamically creates and removes device nodes from
|
udev is a daemon which dynamically creates and removes device nodes from
|
||||||
/dev/, handles hotplug events and loads drivers at boot time."
|
/dev/, handles hotplug events and loads drivers at boot time."
|
||||||
|
|
Loading…
Add table
Reference in a new issue