void-packages/srcpkgs/udev/libudev.template
2012-05-24 08:08:03 +02:00

11 lines
236 B
Text

# Template file for 'libudev'.
#
short_desc="libudev shared library"
long_desc="${long_desc}
This library provides access to udev device information."
do_install() {
vmove "lib/libudev.so*" lib
vmove "usr/lib/libudev.so" usr/lib
}