systemd: update to 183. udev pkgs are now subpkgs of systemd.

This commit is contained in:
Juan RP
2012-05-26 15:40:19 +02:00
parent 0cab1fdffb
commit 2b979dda29
29 changed files with 111 additions and 188 deletions

View File

@@ -0,0 +1,12 @@
# Template file for 'libudev'.
#
short_desc="udev shared library"
long_desc="
udev is a daemon which dynamically creates and removes device nodes from
/dev/, handles hotplug events and loads drivers at boot time.
This library provides access to udev device information."
do_install() {
vmove "usr/lib/libudev.so*" usr/lib
}