# HG changeset patch # User Christophe Lincoln # Date 1249565004 -7200 # Node ID 290869e0529eba8d2bba856bb1c824d75952fe3f # Parent fef823ac02e3d9121cb6dfed607a5b794ecd7d09 Up + fix: udev (145) diff -r fef823ac02e3 -r 290869e0529e udev-dev/receipt --- a/udev-dev/receipt Thu Aug 06 15:05:56 2009 +0200 +++ b/udev-dev/receipt Thu Aug 06 15:23:24 2009 +0200 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="udev-dev" -VERSION="143" +VERSION="145" CATEGORY="development" -SHORT_DESC="Udev devel file (libudev.a)." +SHORT_DESC="Udev devel file (libudev + libgudev)." MAINTAINER="pankso@slitaz.org" WANTED="udev" WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" diff -r fef823ac02e3 -r 290869e0529e udev/receipt --- a/udev/receipt Thu Aug 06 15:05:56 2009 +0200 +++ b/udev/receipt Thu Aug 06 15:23:24 2009 +0200 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="udev" -VERSION="143" +VERSION="145" BUILD_WARNING="Install new udev package and rebuild hal" CATEGORY="base-system" SHORT_DESC="Udev creat automaticly right devices in /dev." DEPENDS="glibc-base util-linux-ng-blkid glib acl attr libusb libusb-compat" BUILD_DEPENDS="$DEPENDS util-linux-ng-blkid-dev gperf pkg-config glib-dev \ -libusb-dev usbutils-dev pciutils" +libusb-dev usbutils-dev pciutils acl-dev" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" @@ -21,6 +21,8 @@ --prefix=/usr \ --exec-prefix="" \ --sysconfdir=/etc \ + --libexecdir=/lib/udev \ + --with-rootlibdir=/lib \ --enable-static \ $CONFIGURE_ARGS && make && @@ -31,18 +33,18 @@ genpkg_rules() { mkdir -p $fs/lib/firmware $fs/etc/udev $fs/usr/lib - for dir in sbin etc lib libexec + for dir in sbin etc lib do cp -a $_pkg/$dir $fs done - ln -s /lib/libudev.so.0.3.0 $fs/usr/lib/libudev.so + ln -s /lib/libudev.so.0.3.0 $fs/lib/libudev.so # Remove -dev files rm -rf $fs/lib/*.*a rm -rf $fs/lib/pkgconfig # Copy rules files to udev conf dir - mv $fs/libexec/rules.d $fs/etc/udev + mv -f $fs/lib/udev/rules.d $fs/etc/udev cp stuff/udev.conf $fs/etc/udev cp stuff/90-permissions.rules $fs/etc/udev/rules.d cp $src/rules/packages/40-alsa.rules $fs/etc/udev/rules.d