tmpl_vars.sh: add KERNEL_SITE var and use it.

--HG--
extra : convert_revision : 19ca0740561716ef2adde93213fd64d4e280caec
This commit is contained in:
Juan RP
2009-04-19 00:31:39 +02:00
parent 3ccdc3d217
commit d013286604
16 changed files with 16 additions and 23 deletions

View File

@@ -2,8 +2,7 @@
pkgname=udev
version=141
patch_files="arch-udev-rules.diff"
distfiles="
http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-${version}.tar.bz2"
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
build_style=gnu_configure
configure_args="--exec-prefix= --without-selinux"
short_desc="A userspace implementation of devfs"