wok diff udev/receipt @ rev 4733

Add: libmagic, libmagic-dev from File package.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 07 11:59:35 2010 +0100 (2010-01-07)
parents df5a62b6b3e5
children 3e66b8291fd7
line diff
     1.1 --- a/udev/receipt	Thu Oct 01 15:19:23 2009 +0200
     1.2 +++ b/udev/receipt	Thu Jan 07 11:59:35 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="udev"
     1.7 -VERSION="146"
     1.8 +VERSION="149"
     1.9  BUILD_WARNING="Install new udev package and rebuild hal"
    1.10  CATEGORY="base-system"
    1.11  SHORT_DESC="Udev creat automaticly right devices in /dev."
    1.12 @@ -25,6 +25,7 @@
    1.13  		--with-rootlibdir=/lib \
    1.14  		--enable-static \
    1.15  		--disable-extras \
    1.16 +		--disable-introspection \
    1.17  		$CONFIGURE_ARGS &&
    1.18  	make &&
    1.19  	make DESTDIR=$PWD/_pkg install &&
    1.20 @@ -52,7 +53,7 @@
    1.21  	cp stuff/udev.conf $fs/etc/udev
    1.22  	cp stuff/90-permissions.rules $fs/etc/udev/rules.d
    1.23  	cp stuff/92-hal.rules $fs/etc/udev/rules.d
    1.24 -	cp $src/rules/packages/40-alsa.rules $fs/etc/udev/rules.d
    1.25 +	#cp $src/rules/packages/40-alsa.rules $fs/etc/udev/rules.d
    1.26  	cp $src/rules/packages/40-zaptel.rules $fs/etc/udev/rules.d
    1.27  	# Fix permissions
    1.28  	chmod +x $fs/lib/udev/*