systemd: move udev.pc to libudev-devel.

This commit is contained in:
Juan RP 2014-08-23 16:04:32 +02:00
parent df9938c0a4
commit 73f31fb9bd

View File

@ -7,7 +7,7 @@ _gitshort="${_gitcommit:0:7}"
pkgname=systemd
version=208
revision=11
revision=12
short_desc="A system and service manager for Linux (${_gitbranch} ${_gitshort})"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.freedesktop.org/wiki/Software/systemd"
@ -136,6 +136,7 @@ libudev-devel_package() {
pkg_install() {
vmove usr/include/libudev.h
vmove usr/lib/pkgconfig/libudev.pc
vmove usr/share/pkgconfig/udev.pc
vmove "usr/lib/libudev*.so"
}
}