void-packages/srcpkgs/systemd/libudev-devel.template

14 lines
335 B
Text
Raw Normal View History

# Template file for 'libudev-devel'.
#
noarch=yes
depends="libudev"
short_desc="udev shared library -- development files"
long_desc="
This package contains the files needed for developing applications
that use libudev."
2012-05-24 06:08:03 +00:00
do_install() {
vmove usr/include/libudev.h usr/include
2011-07-13 12:55:46 +00:00
vmove usr/lib/pkgconfig/libudev.pc usr/lib/pkgconfig
}