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, 54 insertions, 0 deletions
diff --git a/usbutils/.footprint.i686 b/usbutils/.footprint.i686
new file mode 100644
index 000000000..6624bd11b
--- /dev/null
+++ b/usbutils/.footprint.i686
@@ -0,0 +1,15 @@
+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
new file mode 100644
index 000000000..6624bd11b
--- /dev/null
+++ b/usbutils/.footprint.x86_64
@@ -0,0 +1,15 @@
+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
new file mode 100644
index 000000000..ce944ef69
--- /dev/null
+++ b/usbutils/.md5sum.i686
@@ -0,0 +1 @@
+34979f675d2bcb3e1b45012fa830a53f usbutils-0.86.tar.gz
diff --git a/usbutils/.md5sum.x86_64 b/usbutils/.md5sum.x86_64
new file mode 100644
index 000000000..ce944ef69
--- /dev/null
+++ b/usbutils/.md5sum.x86_64
@@ -0,0 +1 @@
+34979f675d2bcb3e1b45012fa830a53f usbutils-0.86.tar.gz
diff --git a/usbutils/Pkgfile b/usbutils/Pkgfile
new file mode 100755
index 000000000..3964d2baa
--- /dev/null
+++ b/usbutils/Pkgfile
@@ -0,0 +1,22 @@
+# 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
+}
+