udev: update to 150.
--HG-- extra : convert_revision : b60890fcf03defb90340b5892c83bd67f1b3a935
This commit is contained in:
parent
c6a487660a
commit
07005abb4c
4 changed files with 3 additions and 10 deletions
|
@ -6,9 +6,7 @@ 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=2
|
|
||||||
replaces="udev-glib-devel>=0"
|
replaces="udev-glib-devel>=0"
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -6,10 +6,8 @@ long_desc="${long_desc}
|
||||||
This package contains libgudev, a library to interact with udev through
|
This package contains libgudev, a library to interact with udev through
|
||||||
the GLib bindings."
|
the GLib bindings."
|
||||||
|
|
||||||
revision=2
|
|
||||||
replaces="udev-glib>=0"
|
replaces="udev-glib>=0"
|
||||||
|
Add_dependency run libudev
|
||||||
Add_dependency run udev
|
|
||||||
Add_dependency run glib
|
Add_dependency run glib
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
||||||
|
|
|
@ -6,9 +6,7 @@ long_desc="${long_desc}
|
||||||
This package contains the files needed for developing applications
|
This package contains the files needed for developing applications
|
||||||
that use libudev."
|
that use libudev."
|
||||||
|
|
||||||
revision=1
|
|
||||||
replaces="udev-devel>=0"
|
replaces="udev-devel>=0"
|
||||||
|
|
||||||
Add_dependency run glibc-devel
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run libudev
|
Add_dependency run libudev
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'udev'
|
# Template file for 'udev'
|
||||||
pkgname=udev
|
pkgname=udev
|
||||||
version=149
|
version=150
|
||||||
revision=2
|
|
||||||
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
|
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--exec-prefix= --without-selinux --libexecdir=/lib/udev
|
configure_args="--exec-prefix= --without-selinux --libexecdir=/lib/udev
|
||||||
--with-rootlibdir=/lib"
|
--with-rootlibdir=/lib"
|
||||||
short_desc="A userspace implementation of devfs"
|
short_desc="A userspace implementation of devfs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=63cc177dbc2eba5445eceeea65eea59813ac2f7c29f06f18310b54de545aee1d
|
checksum=35ff1767095c49693eb692523afd74acbeeb260e7fbd6143965622e81c58bef5
|
||||||
long_desc="
|
long_desc="
|
||||||
udev is a implementation of devfs in userspace using sysfs and
|
udev is a implementation of devfs in userspace using sysfs and
|
||||||
/sbin/hotplug. It requires a 2.5/2.6 kernel to run properly."
|
/sbin/hotplug. It requires a 2.5/2.6 kernel to run properly."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue