summaryrefslogtreecommitdiffstats
path: root/base/udev/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /base/udev/Pkgfile
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'base/udev/Pkgfile')
-rw-r--r--base/udev/Pkgfile46
1 files changed, 0 insertions, 46 deletions
diff --git a/base/udev/Pkgfile b/base/udev/Pkgfile
deleted file mode 100644
index 31d74e860..000000000
--- a/base/udev/Pkgfile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Description: Démon pour la gestion du matériel dans l'espace utilisateur
-# URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libusb-compat,usbutils,gobject-introspection,gperf,acl,pciutils
-# Run on:
-
-name=udev
-version=173
-release=1
-_lfs_release=20100128
-source=( http://anduin.linuxfromscratch.org/sources/LFS/lfs-packages/conglomeration/$name/$name-$version.tar.bz2 \
-http://www.linuxfromscratch.org/lfs/downloads/development/udev-config-${_lfs_release}.tar.bz2)
-build() {
-if ( pkginfo -i|grep "^glib " > /dev/null) then
- EXTRA="--with-pci-ids-path=/usr/share/pci.ids.gz --enable-udev_acl"
-else
- EXTRA="--disable-extras --disable-introspection --disable-hwdb --disable-keymap"
-fi
-cd udev-$version
-
-install -dv $PKG/lib/{firmware,udev/devices/{pts,shm}}
-ln -s /proc/self/fd $PKG/lib/udev/devices/fd
-ln -s /proc/self/fd/0 $PKG/lib/udev/devices/stdin
-ln -s /proc/self/fd/1 $PKG/lib/udev/devices/stdout
-ln -s /proc/self/fd/2 $PKG/lib/udev/devices/stderr
-ln -s /proc/kcore $PKG/lib/udev/devices/core
-
-
-./configure --prefix=/usr \
- --sysconfdir=/etc --sbindir=/sbin \
- --with-rootlibdir=/lib --libexecdir=/lib/udev \
- --docdir=/usr/share/doc/udev-$version \
- $EXTRA
-
-make
-
-make install DESTDIR=$PKG mandir="/usr/share/man"
-install -m644 -v rules/misc/30-kernel-compat.rules \
- $PKG/lib/udev/rules.d/
-cd ../udev-config-${_lfs_release}
-make DESTDIR=$PKG install
-make DESTDIR=$PKG install-doc
-rm -r $PKG/usr/share/gtk-doc
-rm -r $PKG/usr/share/doc/udev-$version
-}