summaryrefslogtreecommitdiffstats
path: root/extra/usbutils/Pkgfile
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/Pkgfile
parent22ba12cff40148134ee9d9f0040d2a43206fd28e (diff)
downloadnutyx-pakxe-63c30c359d287541e4e51b5fe1b2f2f6dda77ed8.tar.gz
nutyx-pakxe-63c30c359d287541e4e51b5fe1b2f2f6dda77ed8.tar.bz2
nutyx-pakxe-63c30c359d287541e4e51b5fe1b2f2f6dda77ed8.tar.xz
nutyx-pakxe-63c30c359d287541e4e51b5fe1b2f2f6dda77ed8.zip
usbutils, maj dépendances
Diffstat (limited to 'extra/usbutils/Pkgfile')
-rwxr-xr-xextra/usbutils/Pkgfile8
1 files changed, 3 insertions, 5 deletions
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
}