# HG changeset patch # User Aleksej Bobylev # Date 1486130875 -7200 # Node ID 996a44dea70dad5245c9e50aa5703370fef15e9f # Parent 04be7f8954e68339a8c51b1eba47f562ae8dc04d Recook udev. diff -r 04be7f8954e6 -r 996a44dea70d udev-dev/receipt --- a/udev-dev/receipt Fri Feb 03 15:47:24 2017 +0200 +++ b/udev-dev/receipt Fri Feb 03 16:07:55 2017 +0200 @@ -6,10 +6,10 @@ SHORT_DESC="Udev devel file (libudev)." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -WANTED="udev" -WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" +WEB_SITE="https://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" HOST_ARCH="i486 arm" +WANTED="udev" DEPENDS="udev pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 04be7f8954e6 -r 996a44dea70d udev/receipt --- a/udev/receipt Fri Feb 03 15:47:24 2017 +0200 +++ b/udev/receipt Fri Feb 03 16:07:55 2017 +0200 @@ -7,10 +7,11 @@ SHORT_DESC="Udev creat automaticly right devices in /dev." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://www.freedesktop.org/software/systemd/man/udev.html" +HOST_ARCH="i486 arm" + TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://www.freedesktop.org/software/systemd/man/udev.html" -WGET_URL="http://www.kernel.org/pub/linux/utils/kernel/hotplug/$TARBALL" -HOST_ARCH="i486 arm" +WGET_URL="https://www.kernel.org/pub/linux/utils/kernel/hotplug/$TARBALL" DEPENDS="util-linux-blkid pciids usbids acl kmod" BUILD_DEPENDS="util-linux-blkid-dev gperf pkg-config pciids acl-dev \