mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
749 B
Plaintext
17 lines
749 B
Plaintext
PKG_NAME="udev"
|
|
PKG_VERSION="164"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
|
PKG_URL="http://www.eu.kernel.org/pub/linux/utils/kernel/hotplug/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS="glib pciutils usbutils libusb-compat"
|
|
PKG_BUILD_DEPENDS="toolchain glib pciutils usbutils libusb-compat"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="system"
|
|
PKG_SHORTDESC="udev: A Userspace Implementation for dynamic /dev nodes"
|
|
PKG_LONGDESC="U/dev is a program that replaces the functionality of DevFS (only providing /dev entries for devices that are in the system at any point in time). It is an attempt to move all naming policy out of the kernel."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="yes"
|