udev: move pkg-config file to libudev-devel subpkg.
This commit is contained in:
parent
68313737f1
commit
932144f646
2 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,8 @@ long_desc="${long_desc}
|
||||||
This package contains the files needed for developing applications
|
This package contains the files needed for developing applications
|
||||||
that use libudev."
|
that use libudev."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc-devel
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run libudev
|
Add_dependency run libudev
|
||||||
|
|
||||||
|
@ -14,4 +16,5 @@ do_install()
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/share/gtk-doc usr/share
|
vmove usr/share/gtk-doc usr/share
|
||||||
vmove usr/lib/pkgconfig/libudev.pc usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig/libudev.pc usr/lib/pkgconfig
|
||||||
|
vmove usr/share/pkgconfig usr/share
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'udev'
|
# Template file for 'udev'
|
||||||
pkgname=udev
|
pkgname=udev
|
||||||
version=173
|
version=173
|
||||||
|
revision=1
|
||||||
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
|
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib/udev
|
configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib/udev
|
||||||
--with-rootlibdir=/lib --disable-introspection --enable-edd --enable-floppy
|
--with-rootlibdir=/lib --disable-introspection --enable-edd --enable-floppy
|
||||||
--with-systemdsystemunitdir=/lib/systemd/system --disable-gudev
|
--with-systemdsystemunitdir=/lib/systemd/system --disable-gudev
|
||||||
--enable-udev_acl"
|
--enable-udev_acl --disable-static"
|
||||||
short_desc="/dev/ and hotplug management daemon"
|
short_desc="/dev/ and hotplug management daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue