udev: update to 178.
This commit is contained in:
parent
97bbc2337d
commit
7b47b297b9
2 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libudev'
|
# Template file for 'libudev'
|
||||||
pkgname=libgudev
|
pkgname=libgudev
|
||||||
version=177
|
version=178
|
||||||
wrksrc=udev-${version}
|
wrksrc=udev-${version}
|
||||||
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -11,7 +11,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=6f68ef534b1087ba53a3186f6459817e3e197dabbd8fae0b75f8cf9407e04b64
|
checksum=c7c8d4980d6059935c233ea798734bb1c6ad58d17fe807e3c1da91e30b1f606e
|
||||||
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
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'udev'
|
# Template file for 'udev'
|
||||||
pkgname=udev
|
pkgname=udev
|
||||||
version=177
|
version=178
|
||||||
revision=1
|
|
||||||
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib
|
configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib
|
||||||
|
@ -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=6f68ef534b1087ba53a3186f6459817e3e197dabbd8fae0b75f8cf9407e04b64
|
checksum=c7c8d4980d6059935c233ea798734bb1c6ad58d17fe807e3c1da91e30b1f606e
|
||||||
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…
Reference in a new issue