udev: update to 157.
This commit is contained in:
parent
cd1831d709
commit
5d006e5a13
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'udev'
|
# Template file for 'udev'
|
||||||
pkgname=udev
|
pkgname=udev
|
||||||
version=154
|
version=157
|
||||||
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="--exec-prefix= --without-selinux --libexecdir=/lib/udev
|
configure_args="--exec-prefix= --without-selinux --libexecdir=/lib/udev
|
||||||
--with-rootlibdir=/lib --enable-introspection"
|
--with-rootlibdir=/lib --enable-introspection"
|
||||||
short_desc="A userspace implementation of devfs"
|
short_desc="A userspace implementation of devfs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=0c5466dd3fecb03aae7dc7fd61fc18f01a8a8c533b3a6ba09c5bab6792dd85ab
|
checksum=4eca83f6afa72f378b058b2c18604bea79a5c6d3beb07640cf905299654a2e14
|
||||||
long_desc="
|
long_desc="
|
||||||
udev is a implementation of devfs in userspace using sysfs and
|
udev is a implementation of devfs in userspace using sysfs and
|
||||||
/sbin/hotplug. It requires a 2.5/2.6 kernel to run properly."
|
/sbin/hotplug. It requires a 2.5/2.6 kernel to run properly."
|
||||||
|
@ -37,11 +37,7 @@ Add_dependency build gobject-introspection
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
# Install some additional rules.
|
# Install some additional rules.
|
||||||
install -m644 ${wrksrc}/rules/packages/* ${DESTDIR}/lib/udev/rules.d
|
install -m644 ${wrksrc}/rules/misc/* ${DESTDIR}/lib/udev/rules.d
|
||||||
# Remove unneeded rules.
|
|
||||||
for f in ia64 ppc s390; do
|
|
||||||
rm ${DESTDIR}/lib/udev/rules.d/40-${f}.rules
|
|
||||||
done
|
|
||||||
|
|
||||||
# Install the OpenRC service
|
# Install the OpenRC service
|
||||||
install -D -m755 ${FILESDIR}/udev.rc ${DESTDIR}/etc/init.d/udev
|
install -D -m755 ${FILESDIR}/udev.rc ${DESTDIR}/etc/init.d/udev
|
||||||
|
|
Loading…
Reference in New Issue