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
1 changed files with 2 additions and 1 deletions

View File

@ -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"
} }
} }