summaryrefslogtreecommitdiffstats
path: root/usbutils
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-11 19:15:23 +0100
committerLukc <lukc@upyum.com>2010-12-11 19:15:35 +0100
commit6d908a38e05b9d4135c65d23114a5874215b5bb8 (patch)
treeb5e6da6d95b9a1235d82032b509b80483a886ff5 /usbutils
downloadbase-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.gz
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.bz2
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.xz
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.zip
Engagement initial.
Diffstat (limited to 'usbutils')
-rw-r--r--usbutils/.footprint16
-rw-r--r--usbutils/.md5sum1
-rw-r--r--usbutils/Pkgfile17
-rw-r--r--usbutils/Pkgfile.old16
4 files changed, 50 insertions, 0 deletions
diff --git a/usbutils/.footprint b/usbutils/.footprint
new file mode 100644
index 0000000..9f3babd
--- /dev/null
+++ b/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
+-rwxr-xr-x root/root usr/bin/usbhid-dump
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/usb-devices.1.gz
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/lsusb.8.gz
+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/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 b/usbutils/.md5sum
new file mode 100644
index 0000000..ee01c13
--- /dev/null
+++ b/usbutils/.md5sum
@@ -0,0 +1 @@
+24893cb24fcf1a77c24c5ba5c25172e3 usbutils-0.91.tar.bz2
diff --git a/usbutils/Pkgfile b/usbutils/Pkgfile
new file mode 100644
index 0000000..badd77a
--- /dev/null
+++ b/usbutils/Pkgfile
@@ -0,0 +1,17 @@
+description="pciutils-like utilities for USB"
+packager=""
+maintainer="CRUX System Team, core-ports at crux dot nu"
+url="http://libusb.sourceforge.net/"
+depends=(libusb-compat)
+
+name=usbutils
+version=0.91
+release=1
+source=(http://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-0.91.tar.bz2)
+build ()
+{
+ cd $name-$version;
+ ./configure --prefix=/usr --mandir=/usr/man --disable-zlib;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/usbutils/Pkgfile.old b/usbutils/Pkgfile.old
new file mode 100644
index 0000000..ca33c21
--- /dev/null
+++ b/usbutils/Pkgfile.old
@@ -0,0 +1,16 @@
+# Description: pciutils-like utilities for USB
+# URL: http://libusb.sourceforge.net/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Depends on: libusb-compat
+
+name=usbutils
+version=0.91
+release=1
+source=(http://www.kernel.org/pub/linux/utils/usb/$name/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr --mandir=/usr/man --disable-zlib
+ make
+ make DESTDIR=$PKG install
+}