summaryrefslogtreecommitdiffstats
path: root/extra/usbutils
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-18 00:29:28 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-18 00:29:28 +0100
commit63c30c359d287541e4e51b5fe1b2f2f6dda77ed8 (patch)
tree2c2e52686d0dde2b4dcdcbb0a725d3385f6b91b3 /extra/usbutils
parent22ba12cff40148134ee9d9f0040d2a43206fd28e (diff)
downloadnutyx-extra-63c30c359d287541e4e51b5fe1b2f2f6dda77ed8.tar.gz
nutyx-extra-63c30c359d287541e4e51b5fe1b2f2f6dda77ed8.tar.bz2
nutyx-extra-63c30c359d287541e4e51b5fe1b2f2f6dda77ed8.tar.xz
nutyx-extra-63c30c359d287541e4e51b5fe1b2f2f6dda77ed8.zip
usbutils, maj dépendances
Diffstat (limited to 'extra/usbutils')
-rw-r--r--extra/usbutils/.footprint.i6861
-rw-r--r--extra/usbutils/.footprint.x86_641
-rwxr-xr-xextra/usbutils/Pkgfile8
3 files changed, 3 insertions, 7 deletions
diff --git a/extra/usbutils/.footprint.i686 b/extra/usbutils/.footprint.i686
index d0fcd0855..6624bd11b 100644
--- a/extra/usbutils/.footprint.i686
+++ b/extra/usbutils/.footprint.i686
@@ -13,4 +13,3 @@ drwxr-xr-x root/root usr/share/man/man8/
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
--rw-r--r-- root/root usr/share/usb.ids.gz
diff --git a/extra/usbutils/.footprint.x86_64 b/extra/usbutils/.footprint.x86_64
index d0fcd0855..6624bd11b 100644
--- a/extra/usbutils/.footprint.x86_64
+++ b/extra/usbutils/.footprint.x86_64
@@ -13,4 +13,3 @@ drwxr-xr-x root/root usr/share/man/man8/
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
--rw-r--r-- root/root usr/share/usb.ids.gz
diff --git a/extra/usbutils/Pkgfile b/extra/usbutils/Pkgfile
index f8ef435de..f168f4605 100755
--- a/extra/usbutils/Pkgfile
+++ b/extra/usbutils/Pkgfile
@@ -2,8 +2,8 @@
# URL: http://downloads.sourceforge.net/linux-usb/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: libusb
-# Run on: libusb
+# Depends on: libusb-compat
+# Run on: libusb-compat
name=usbutils
version=0.86
@@ -15,9 +15,7 @@ source=( http://downloads.sourceforge.net/linux-usb/$name-$version.tar.gz)
build() {
# build package
cd $name-$version
- ./configure --prefix=/usr\
- --mandir=/usr/share/man\
- --infodir=/usr/share/info
+ ./configure --prefix=/usr --disable-zlib
make
make DESTDIR=$PKG install
}