summaryrefslogtreecommitdiff
path: root/usbutils
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2006-02-23 17:19:35 +0000
committerSimone Rota <sip@crux.nu>2006-02-23 17:19:35 +0000
commit26977f273a67c4b644d66083f81e9c9013bbdae7 (patch)
tree26b6eeccfbc479421854ad93e1a4e640277f2ad2 /usbutils
parent8e5be91121d8e7cf7cbfde44b12466a85110a814 (diff)
downloadcore-26977f273a67c4b644d66083f81e9c9013bbdae7.tar.gz
core-26977f273a67c4b644d66083f81e9c9013bbdae7.tar.xz
moved udev-related ports into core
Diffstat (limited to 'usbutils')
-rw-r--r--usbutils/.footprint8
-rw-r--r--usbutils/.md5sum1
-rw-r--r--usbutils/Pkgfile16
3 files changed, 25 insertions, 0 deletions
diff --git a/usbutils/.footprint b/usbutils/.footprint
new file mode 100644
index 00000000..020cc180
--- /dev/null
+++ b/usbutils/.footprint
@@ -0,0 +1,8 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/man/
+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
+drwxr-xr-x root/root usr/share/
+-rw-r--r-- root/root usr/share/usb.ids
diff --git a/usbutils/.md5sum b/usbutils/.md5sum
new file mode 100644
index 00000000..b8f96d34
--- /dev/null
+++ b/usbutils/.md5sum
@@ -0,0 +1 @@
+05276dc307a0297904bc892e9998bf59 usbutils-0.70.tar.gz
diff --git a/usbutils/Pkgfile b/usbutils/Pkgfile
new file mode 100644
index 00000000..2653e6fd
--- /dev/null
+++ b/usbutils/Pkgfile
@@ -0,0 +1,16 @@
+# Description: pciutils-like utilities for USB
+# URL: http://libusb.sourceforge.net/
+# Maintainer: Matt Housh, jaeger at morpheus dot net
+# Depends on: libusb
+
+name=usbutils
+version=0.70
+release=1
+source=(http://dl.sourceforge.net/sourceforge/linux-usb/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit