udev: move pkg-config file to libudev-devel subpkg.

This commit is contained in:
Juan RP 2011-10-03 17:09:12 +02:00
parent 68313737f1
commit 932144f646
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,8 @@ long_desc="${long_desc}
This package contains the files needed for developing applications
that use libudev."
revision=1
Add_dependency run glibc-devel
Add_dependency run libudev
@ -14,4 +16,5 @@ do_install()
vmove usr/include usr
vmove usr/share/gtk-doc usr/share
vmove usr/lib/pkgconfig/libudev.pc usr/lib/pkgconfig
vmove usr/share/pkgconfig usr/share
}

View file

@ -1,12 +1,13 @@
# Template file for 'udev'
pkgname=udev
version=173
revision=1
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
build_style=gnu_configure
configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib/udev
--with-rootlibdir=/lib --disable-introspection --enable-edd --enable-floppy
--with-systemdsystemunitdir=/lib/systemd/system --disable-gudev
--enable-udev_acl"
--enable-udev_acl --disable-static"
short_desc="/dev/ and hotplug management daemon"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"