wok rev 9805

udev: up to 168 and use /run/udev
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 14 20:01:08 2011 +0200 (2011-05-14)
parents fad48b58dd83
children 4bfb6edd3dc2
files udev-dev/receipt udev/receipt
line diff
     1.1 --- a/udev-dev/receipt	Sat May 14 19:44:44 2011 +0200
     1.2 +++ b/udev-dev/receipt	Sat May 14 20:01:08 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="udev-dev"
     1.7 -VERSION="166"
     1.8 +VERSION="168"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Udev devel file (libudev)."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/udev/receipt	Sat May 14 19:44:44 2011 +0200
     2.2 +++ b/udev/receipt	Sat May 14 20:01:08 2011 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="udev"
     2.7 -VERSION="166"
     2.8 +VERSION="168"
     2.9  BUILD_WARNING="Install new udev package and rebuild hal"
    2.10  CATEGORY="base-system"
    2.11  SHORT_DESC="Udev creat automaticly right devices in /dev."
    2.12 @@ -10,9 +10,9 @@
    2.13  WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
    2.14  WGET_URL="http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/$TARBALL"
    2.15  
    2.16 -DEPENDS="glibc-base util-linux-ng-blkid"
    2.17 +DEPENDS="util-linux-ng-blkid"
    2.18  BUILD_DEPENDS="util-linux-ng-blkid-dev gperf pkg-config pciutils acl-dev \
    2.19 -libgio-dev gobject-introspection usbutils-dev libusb-dev"
    2.20 +libgio-dev gobject-introspection-dev usbutils-dev libusb-dev"
    2.21  
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24 @@ -36,7 +36,7 @@
    2.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.26  genpkg_rules()
    2.27  {
    2.28 -	mkdir -p $fs/lib/firmware $fs/usr $fs/dev/.udev
    2.29 +	mkdir -p $fs/lib/firmware $fs/usr $fs/run/udev
    2.30  
    2.31  	cp -a $_pkg/sbin $fs
    2.32  	cp -a $_pkg/etc $fs