From 6cb6c3a0d71774887105d2149d92585ba849dc0a Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 4 Mar 2012 01:01:40 +0100 Subject: libusb, usbutils -> nutyx-pakxe --- usbutils/.footprint.i686 | 17 +++++++++++++++++ usbutils/.footprint.x86_64 | 17 +++++++++++++++++ usbutils/.md5sum.i686 | 1 + usbutils/.md5sum.x86_64 | 1 + usbutils/Pkgfile | 22 ++++++++++++++++++++++ usbutils/post-install | 2 ++ 6 files changed, 60 insertions(+) create mode 100644 usbutils/.footprint.i686 create mode 100644 usbutils/.footprint.x86_64 create mode 100644 usbutils/.md5sum.i686 create mode 100644 usbutils/.md5sum.x86_64 create mode 100755 usbutils/Pkgfile create mode 100644 usbutils/post-install (limited to 'usbutils') diff --git a/usbutils/.footprint.i686 b/usbutils/.footprint.i686 new file mode 100644 index 000000000..6ac9edc9e --- /dev/null +++ b/usbutils/.footprint.i686 @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/lsusb +-rwxr-xr-x root/root usr/bin/lsusb.py +-rwxr-xr-x root/root usr/bin/usb-devices +-rwxr-xr-x root/root usr/bin/usbhid-dump +drwxr-xr-x root/root usr/sbin/ +-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..6ac9edc9e --- /dev/null +++ b/usbutils/.footprint.x86_64 @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/lsusb +-rwxr-xr-x root/root usr/bin/lsusb.py +-rwxr-xr-x root/root usr/bin/usb-devices +-rwxr-xr-x root/root usr/bin/usbhid-dump +drwxr-xr-x root/root usr/sbin/ +-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..9b8f72a51 --- /dev/null +++ b/usbutils/.md5sum.i686 @@ -0,0 +1 @@ +2e990265d472e2f6f0662356d654683b usbutils_005.orig.tar.gz diff --git a/usbutils/.md5sum.x86_64 b/usbutils/.md5sum.x86_64 new file mode 100644 index 000000000..9b8f72a51 --- /dev/null +++ b/usbutils/.md5sum.x86_64 @@ -0,0 +1 @@ +2e990265d472e2f6f0662356d654683b usbutils_005.orig.tar.gz diff --git a/usbutils/Pkgfile b/usbutils/Pkgfile new file mode 100755 index 000000000..09d8614be --- /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 +# Run on: libusb + +name=usbutils +version=005 +release=1 +source=(http://mirror.ovh.net/gentoo-distfiles/distfiles/${name}_$version.orig.tar.gz) + + +build() { + cd $name-$version + sed "s|/usr/bin/env python|/usr/bin/env python2|" -i lsusb.py + ./autogen.sh + ./configure --prefix=/usr \ + --disable-zlib + make + make DESTDIR=$PKG install +} diff --git a/usbutils/post-install b/usbutils/post-install new file mode 100644 index 000000000..95748a8b4 --- /dev/null +++ b/usbutils/post-install @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/sbin/update-usbids.sh -- cgit v1.2.3-54-g00ecf