diff --git a/udev-164-2.bee b/udev-164-2.bee deleted file mode 100755 index 892cb861e..000000000 --- a/udev-164-2.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/env beesh - -PGRP=( core ) - -UDEVCONFIG=20100128 - -SRCURL[0]="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.bz2" -SRCURL[1]="http://www.linuxfromscratch.org/lfs/downloads/development/udev-config-${UDEVCONFIG}.tar.bz2" - - -PATCHES[0]="" - -EXCLUDE="^/usr/share/gtk-doc" - -SBINDIR=/sbin -LIBEXECDIR=/lib/udev - -mee_configure() { - - systemdsystemunitdir=$(pkg-config --variable=systemdsystemunitdir systemd) - - bee_configure \ - --with-rootlibdir=/lib \ - --disable-introspection \ - --with-systemdsystemunitdir=${systemdsystemunitdir} -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install - cd ${S}/udev-config-${UDEVCONFIG} - make install DESTDIR=${D} -} -