summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-08 22:41:54 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-08 22:41:54 +0200
commit358e2f998187e43817a927608e407851afc5e6fd (patch)
tree0c7bcbd5b0fc5effe820b4f41db40704da7e9104 /base
parentea9bd734ec1f8507c6e979553a3ba5989b61d8b2 (diff)
downloadnutyx-extra-358e2f998187e43817a927608e407851afc5e6fd.tar.gz
nutyx-extra-358e2f998187e43817a927608e407851afc5e6fd.tar.bz2
nutyx-extra-358e2f998187e43817a927608e407851afc5e6fd.tar.xz
nutyx-extra-358e2f998187e43817a927608e407851afc5e6fd.zip
Ajout de usbutils#0.84-1
Diffstat (limited to 'base')
-rw-r--r--base/usbutils/.footprint15
-rw-r--r--base/usbutils/.md5sum1
-rwxr-xr-xbase/usbutils/Pkgfile22
3 files changed, 38 insertions, 0 deletions
diff --git a/base/usbutils/.footprint b/base/usbutils/.footprint
new file mode 100644
index 000000000..3d0fa7dbe
--- /dev/null
+++ b/base/usbutils/.footprint
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/usbutils.pc
+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
+-rwxr-xr-x root/root usr/sbin/usb-devices
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/lsusb.8.gz
+-rw-r--r-- root/root usr/share/man/man8/usb-devices.8.gz
+-rw-r--r-- root/root usr/share/usb.ids
+-rw-r--r-- root/root usr/share/usb.ids.gz
diff --git a/base/usbutils/.md5sum b/base/usbutils/.md5sum
new file mode 100644
index 000000000..ba4bbbfd8
--- /dev/null
+++ b/base/usbutils/.md5sum
@@ -0,0 +1 @@
+87612c82e66393a395db91361d168c1b usbutils-0.84.tar.gz
diff --git a/base/usbutils/Pkgfile b/base/usbutils/Pkgfile
new file mode 100755
index 000000000..67651d233
--- /dev/null
+++ b/base/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.84
+release=1
+source=( http://switch.dl.sourceforge.net/sourceforge/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
+}