udev: update to 175.
This commit is contained in:
parent
dc1fb346ae
commit
7fd19c41bf
3 changed files with 5 additions and 8 deletions
|
@ -6,8 +6,6 @@ long_desc="${long_desc}
|
||||||
This package contains the libgudev development files (static libs, headers,
|
This package contains the libgudev development files (static libs, headers,
|
||||||
etc), a library to interact with udev through the GLib bindings."
|
etc), a library to interact with udev through the GLib bindings."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run libudev-devel
|
Add_dependency run libudev-devel
|
||||||
Add_dependency run glib-devel
|
Add_dependency run glib-devel
|
||||||
Add_dependency run libgudev
|
Add_dependency run libgudev
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'libudev'
|
# Template file for 'libudev'
|
||||||
pkgname=libgudev
|
pkgname=libgudev
|
||||||
version=174
|
version=175
|
||||||
revision=1
|
|
||||||
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.bz2"
|
||||||
distfiles="http://people.freedesktop.org/~kay/udev-${version}.tar.bz2"
|
distfiles="http://people.freedesktop.org/~kay/udev-${version}.tar.bz2"
|
||||||
|
@ -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=832662179a5ff9782769b0feadd51aaaea6e603f91f6ef0ec8bb6aab0fb3ad1a
|
checksum=4c7937fe5a1521316ea571188745b9a00a9fdf314228cffc53a7ba9e5968b7ab
|
||||||
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,8 +1,8 @@
|
||||||
# Template file for 'udev'
|
# Template file for 'udev'
|
||||||
pkgname=udev
|
pkgname=udev
|
||||||
version=174
|
version=175
|
||||||
#distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
|
#distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
|
||||||
distfiles="http://people.freedesktop.org/~kay/udev-${version}.tar.bz2"
|
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
|
||||||
|
@ -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=832662179a5ff9782769b0feadd51aaaea6e603f91f6ef0ec8bb6aab0fb3ad1a
|
checksum=4c7937fe5a1521316ea571188745b9a00a9fdf314228cffc53a7ba9e5968b7ab
|
||||||
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