linux-fusion: removed.

This commit is contained in:
Tilman Sauerbeck 2008-12-05 20:46:35 +01:00
parent f7e94ce10d
commit 1c4eaddf3c
4 changed files with 0 additions and 39 deletions

View File

@ -1,15 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/udev/
drwxr-xr-x root/root etc/udev/rules.d/
-rw-r--r-- root/root etc/udev/rules.d/40-fusion.rules
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/modules/
drwxr-xr-x root/root lib/modules/<kernel-version>/
drwxr-xr-x root/root lib/modules/<kernel-version>/drivers/
drwxr-xr-x root/root lib/modules/<kernel-version>/drivers/char/
drwxr-xr-x root/root lib/modules/<kernel-version>/drivers/char/fusion/
-rw-r--r-- root/root lib/modules/<kernel-version>/drivers/char/fusion/fusion.ko
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/linux/
-rw-r--r-- root/root usr/include/linux/fusion.h

View File

@ -1,2 +0,0 @@
807945b2defe80e43301e4dac97c2bcc 40-fusion.rules
b8b18ad1973de3dafa0bc3478e5e76b7 linux-fusion-3.2.3.tar.gz

View File

@ -1 +0,0 @@
KERNEL=="fusion[0-9]*", NAME="fusion/%n", GROUP="video", MODE="0660"

View File

@ -1,21 +0,0 @@
# Description: A high level IPC implementation
# URL: http://www.directfb.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=linux-fusion
version=3.2.3
release=1
source=(http://www.directfb.org/downloads/Core/$name-$version.tar.gz \
40-fusion.rules)
build() {
cd $name-$version
sed -i -e '/depmod/d' Makefile
make
make DESTDIR=$PKG install
install -d $PKG/etc/udev/rules.d
install -m 644 $SRC/40-fusion.rules $PKG/etc/udev/rules.d
}