systemd: update to 183. udev pkgs are now subpkgs of systemd.
This commit is contained in:
12
srcpkgs/systemd/libudev.template
Normal file
12
srcpkgs/systemd/libudev.template
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user