summaryrefslogtreecommitdiffstats
path: root/extra/usbutils
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-24 23:53:02 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-24 23:53:02 +0100
commit8e8ad512d60cb2a150926713c7a4e8e6abd000de (patch)
treef27fda8a3ef122d4212dff11fcc1880bcda8ccb0 /extra/usbutils
parentada4d25277d8d686b8e6b1c22340924e871e0ae0 (diff)
downloadnutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.gz
nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.bz2
nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.xz
nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.zip
Paquets avec dépendances déplacés dans extra
Diffstat (limited to 'extra/usbutils')
-rw-r--r--extra/usbutils/.footprint16
-rw-r--r--extra/usbutils/.md5sum1
-rwxr-xr-xextra/usbutils/Pkgfile22
3 files changed, 39 insertions, 0 deletions
diff --git a/extra/usbutils/.footprint b/extra/usbutils/.footprint
new file mode 100644
index 000000000..d0fcd0855
--- /dev/null
+++ b/extra/usbutils/.footprint
@@ -0,0 +1,16 @@
+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
+-rw-r--r-- root/root usr/share/usb.ids.gz
diff --git a/extra/usbutils/.md5sum b/extra/usbutils/.md5sum
new file mode 100644
index 000000000..ce944ef69
--- /dev/null
+++ b/extra/usbutils/.md5sum
@@ -0,0 +1 @@
+34979f675d2bcb3e1b45012fa830a53f usbutils-0.86.tar.gz
diff --git a/extra/usbutils/Pkgfile b/extra/usbutils/Pkgfile
new file mode 100755
index 000000000..f86587fd5
--- /dev/null
+++ b/extra/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
+
+name=usbutils
+version=0.86
+release=1
+source=( http://downloads.sourceforge.net/linux-usb/$name-$version.tar.gz)
+
+
+
+build() {
+ # build package
+ cd $name-$version
+ ./configure --prefix=/usr\
+ --mandir=/usr/share/man\
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}