2010-01-14 16:58:23 +01:00
|
|
|
# Template file for 'libudev-devel'.
|
|
|
|
#
|
2012-05-26 15:40:19 +02:00
|
|
|
depends="libudev>=$version"
|
|
|
|
short_desc="udev shared library -- development files"
|
|
|
|
long_desc="
|
2010-01-14 16:58:23 +01:00
|
|
|
This package contains the files needed for developing applications
|
|
|
|
that use libudev."
|
|
|
|
|
2012-05-24 08:08:03 +02:00
|
|
|
do_install() {
|
2012-05-26 15:40:19 +02:00
|
|
|
vmove usr/include/libudev.h usr/include
|
2011-07-13 14:55:46 +02:00
|
|
|
vmove usr/lib/pkgconfig/libudev.pc usr/lib/pkgconfig
|
2012-05-26 15:40:19 +02:00
|
|
|
vmove "usr/lib/libudev*.a" usr/lib
|
2010-01-14 16:58:23 +01:00
|
|
|
}
|