wok-next rev 19612
Recook udev.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Feb 03 16:07:55 2017 +0200 (2017-02-03) |
parents | 04be7f8954e6 |
children | e7e59838b371 |
files | udev-dev/receipt udev/receipt |
line diff
1.1 --- a/udev-dev/receipt Fri Feb 03 15:47:24 2017 +0200 1.2 +++ b/udev-dev/receipt Fri Feb 03 16:07:55 2017 +0200 1.3 @@ -6,10 +6,10 @@ 1.4 SHORT_DESC="Udev devel file (libudev)." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -WANTED="udev" 1.8 -WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" 1.9 +WEB_SITE="https://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" 1.10 HOST_ARCH="i486 arm" 1.11 1.12 +WANTED="udev" 1.13 DEPENDS="udev pkg-config" 1.14 1.15 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/udev/receipt Fri Feb 03 15:47:24 2017 +0200 2.2 +++ b/udev/receipt Fri Feb 03 16:07:55 2017 +0200 2.3 @@ -7,10 +7,11 @@ 2.4 SHORT_DESC="Udev creat automaticly right devices in /dev." 2.5 MAINTAINER="pankso@slitaz.org" 2.6 LICENSE="GPL2" 2.7 +WEB_SITE="https://www.freedesktop.org/software/systemd/man/udev.html" 2.8 +HOST_ARCH="i486 arm" 2.9 + 2.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.11 -WEB_SITE="http://www.freedesktop.org/software/systemd/man/udev.html" 2.12 -WGET_URL="http://www.kernel.org/pub/linux/utils/kernel/hotplug/$TARBALL" 2.13 -HOST_ARCH="i486 arm" 2.14 +WGET_URL="https://www.kernel.org/pub/linux/utils/kernel/hotplug/$TARBALL" 2.15 2.16 DEPENDS="util-linux-blkid pciids usbids acl kmod" 2.17 BUILD_DEPENDS="util-linux-blkid-dev gperf pkg-config pciids acl-dev \