2010-01-14 15:58:23 +00:00
|
|
|
# Template file for 'libudev-devel'.
|
|
|
|
#
|
2012-10-05 18:58:02 +00:00
|
|
|
noarch=yes
|
2013-02-12 17:31:38 +00:00
|
|
|
depends="libudev>=${version}_${revision}"
|
2012-05-26 13:40:19 +00:00
|
|
|
short_desc="udev shared library -- development files"
|
2010-01-14 15:58:23 +00:00
|
|
|
|
2012-05-24 06:08:03 +00:00
|
|
|
do_install() {
|
2012-05-26 13:40:19 +00:00
|
|
|
vmove usr/include/libudev.h usr/include
|
2011-07-13 12:55:46 +00:00
|
|
|
vmove usr/lib/pkgconfig/libudev.pc usr/lib/pkgconfig
|
2010-01-14 15:58:23 +00:00
|
|
|
}
|