13 lines
370 B
Text
13 lines
370 B
Text
# 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
|
|
}
|