summaryrefslogtreecommitdiffstats
path: root/usbutils
diff options
context:
space:
mode:
Diffstat (limited to 'usbutils')
-rw-r--r--usbutils/.footprint.i68615
-rw-r--r--usbutils/.footprint.x86_6415
-rw-r--r--usbutils/.md5sum.i6861
-rw-r--r--usbutils/.md5sum.x86_641
-rwxr-xr-xusbutils/Pkgfile22
5 files changed, 0 insertions, 54 deletions
diff --git a/usbutils/.footprint.i686 b/usbutils/.footprint.i686
deleted file mode 100644
index 6624bd11b..000000000
--- a/usbutils/.footprint.i686
+++ /dev/null
@@ -1,15 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/usb-devices
-drwxr-xr-x root/root usr/sbin/
--rwxr-xr-x root/root usr/sbin/lsusb
--rwxr-xr-x root/root usr/sbin/update-usbids.sh
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/usb-devices.1.gz
-drwxr-xr-x root/root usr/share/man/man8/
--rw-r--r-- root/root usr/share/man/man8/lsusb.8.gz
-drwxr-xr-x root/root usr/share/pkgconfig/
--rw-r--r-- root/root usr/share/pkgconfig/usbutils.pc
--rw-r--r-- root/root usr/share/usb.ids
diff --git a/usbutils/.footprint.x86_64 b/usbutils/.footprint.x86_64
deleted file mode 100644
index 6624bd11b..000000000
--- a/usbutils/.footprint.x86_64
+++ /dev/null
@@ -1,15 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/usb-devices
-drwxr-xr-x root/root usr/sbin/
--rwxr-xr-x root/root usr/sbin/lsusb
--rwxr-xr-x root/root usr/sbin/update-usbids.sh
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/usb-devices.1.gz
-drwxr-xr-x root/root usr/share/man/man8/
--rw-r--r-- root/root usr/share/man/man8/lsusb.8.gz
-drwxr-xr-x root/root usr/share/pkgconfig/
--rw-r--r-- root/root usr/share/pkgconfig/usbutils.pc
--rw-r--r-- root/root usr/share/usb.ids
diff --git a/usbutils/.md5sum.i686 b/usbutils/.md5sum.i686
deleted file mode 100644
index ce944ef69..000000000
--- a/usbutils/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-34979f675d2bcb3e1b45012fa830a53f usbutils-0.86.tar.gz
diff --git a/usbutils/.md5sum.x86_64 b/usbutils/.md5sum.x86_64
deleted file mode 100644
index ce944ef69..000000000
--- a/usbutils/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-34979f675d2bcb3e1b45012fa830a53f usbutils-0.86.tar.gz
diff --git a/usbutils/Pkgfile b/usbutils/Pkgfile
deleted file mode 100755
index 3964d2baa..000000000
--- a/usbutils/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: Utilitaire pci pour liaison USB
-# URL: http://downloads.sourceforge.net/linux-usb/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libusb-compat
-# Run on: libusb-compat
-
-name=usbutils
-version=0.86
-release=1
-source=(http://www.kernel.org/pub/linux/utils/usb/usbutils/$name-$version.tar.gz)
-
-
-
-build() {
- # build package
- cd $name-$version
- ./configure --prefix=/usr --disable-zlib
- make
- make DESTDIR=$PKG install
-}
-