From a57b8503908321011d322f3f641d09fa52e83640 Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 30 Apr 2012 16:50:36 +0200 Subject: Revert "ts les services dans base ainsi que les dépendances de libgl" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usbutils/.footprint.i686 | 15 +++++++++++++++ usbutils/.footprint.x86_64 | 15 +++++++++++++++ usbutils/.md5sum.i686 | 1 + usbutils/.md5sum.x86_64 | 1 + usbutils/Pkgfile | 22 ++++++++++++++++++++++ 5 files changed, 54 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 (limited to 'usbutils') diff --git a/usbutils/.footprint.i686 b/usbutils/.footprint.i686 new file mode 100644 index 000000000..6624bd11b --- /dev/null +++ b/usbutils/.footprint.i686 @@ -0,0 +1,15 @@ +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 diff --git a/usbutils/.footprint.x86_64 b/usbutils/.footprint.x86_64 new file mode 100644 index 000000000..6624bd11b --- /dev/null +++ b/usbutils/.footprint.x86_64 @@ -0,0 +1,15 @@ +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 diff --git a/usbutils/.md5sum.i686 b/usbutils/.md5sum.i686 new file mode 100644 index 000000000..ce944ef69 --- /dev/null +++ b/usbutils/.md5sum.i686 @@ -0,0 +1 @@ +34979f675d2bcb3e1b45012fa830a53f usbutils-0.86.tar.gz diff --git a/usbutils/.md5sum.x86_64 b/usbutils/.md5sum.x86_64 new file mode 100644 index 000000000..ce944ef69 --- /dev/null +++ b/usbutils/.md5sum.x86_64 @@ -0,0 +1 @@ +34979f675d2bcb3e1b45012fa830a53f usbutils-0.86.tar.gz diff --git a/usbutils/Pkgfile b/usbutils/Pkgfile new file mode 100755 index 000000000..3964d2baa --- /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-compat +# Run on: libusb-compat + +name=usbutils +version=0.86 +release=1 +source=(http://www.kernel.org/pub/linux/utils/usb/usbutils/$name-$version.tar.gz) + + + +build() { + # build package + cd $name-$version + ./configure --prefix=/usr --disable-zlib + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-70-g09d2