udev: update to 179.

This commit is contained in:
Juan RP 2012-01-25 00:54:41 +01:00
parent 77d7d277ac
commit 9cd1ee0931
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'libudev' # Template file for 'libudev'
pkgname=libgudev pkgname=libgudev
version=178 version=179
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=c7c8d4980d6059935c233ea798734bb1c6ad58d17fe807e3c1da91e30b1f606e checksum=b65852dfd08146118ed5f318f9c5eca576ebabfedde44cecfbe4733c6fbc1a64
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

View file

@ -1,6 +1,6 @@
# Template file for 'udev' # Template file for 'udev'
pkgname=udev pkgname=udev
version=178 version=179
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
@ -12,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=c7c8d4980d6059935c233ea798734bb1c6ad58d17fe807e3c1da91e30b1f606e checksum=b65852dfd08146118ed5f318f9c5eca576ebabfedde44cecfbe4733c6fbc1a64
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."