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

14 lines
370 B
Plaintext

# Template file for 'libudev-devel'.
#
depends="libudev>=$version"
short_desc="udev shared library -- development files"
long_desc="
This package contains the files needed for developing applications
that use libudev."
do_install() {
vmove usr/include/libudev.h usr/include
vmove usr/lib/pkgconfig/libudev.pc usr/lib/pkgconfig
vmove "usr/lib/libudev*.a" usr/lib
}