systemd: move udev.pc to libudev-devel.
This commit is contained in:
parent
df9938c0a4
commit
73f31fb9bd
|
@ -7,7 +7,7 @@ _gitshort="${_gitcommit:0:7}"
|
||||||
|
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
version=208
|
version=208
|
||||||
revision=11
|
revision=12
|
||||||
short_desc="A system and service manager for Linux (${_gitbranch} ${_gitshort})"
|
short_desc="A system and service manager for Linux (${_gitbranch} ${_gitshort})"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
||||||
|
@ -136,6 +136,7 @@ libudev-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include/libudev.h
|
vmove usr/include/libudev.h
|
||||||
vmove usr/lib/pkgconfig/libudev.pc
|
vmove usr/lib/pkgconfig/libudev.pc
|
||||||
|
vmove usr/share/pkgconfig/udev.pc
|
||||||
vmove "usr/lib/libudev*.so"
|
vmove "usr/lib/libudev*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue