udev: update to 133 and install rules into correct dir.
--HG-- extra : convert_revision : be8a1e11bc2e194950694b077be96c59d0a93b1d
This commit is contained in:
parent
0f511d0aa4
commit
e54c4cb249
1 changed files with 9 additions and 9 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'udev'
|
# Template file for 'udev'
|
||||||
pkgname=udev
|
pkgname=udev
|
||||||
version=1.30
|
version=1.33
|
||||||
wrksrc="udev-130"
|
wrksrc="udev-133"
|
||||||
distfiles="
|
distfiles="
|
||||||
http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-130.tar.bz2"
|
http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-133.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--without-selinux"
|
configure_args="--without-selinux"
|
||||||
make_install_args="sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin"
|
make_install_args="sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin"
|
||||||
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=bbb64eb268ebc3d7c3bad74774daa2ed0ef887956ae6fb8f6f80717a7c957478
|
checksum=fe4785fe93e27be05ded15414e3f590b0cbc309400f9cc461a27d20c042f62a8
|
||||||
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."
|
||||||
|
@ -20,9 +20,9 @@ run_depends="glibc-2.8"
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
# Move udev rules and libs into /lib.
|
# Move udev rules and libs into /lib.
|
||||||
mkdir -p $XBPS_DESTDIR/$pkgname-$version/lib/udev
|
local destdir=$XBPS_DESTDIR/$pkgname-$version
|
||||||
mv $XBPS_DESTDIR/$pkgname-$version/usr/lib/udev \
|
|
||||||
$XBPS_DESTDIR/$pkgname-$version/lib/udev
|
mkdir -p $destdir/lib
|
||||||
mv $XBPS_DESTDIR/$pkgname-$version/usr/lib/lib* \
|
mv $destdir/usr/lib/udev $destdir/lib/udev
|
||||||
$XBPS_DESTDIR/$pkgname-$version/lib/
|
mv $destdir/usr/lib/lib* $destdir/lib/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue