udev: move pkg-config file to libudev-devel subpkg.
This commit is contained in:
parent
68313737f1
commit
932144f646
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue