summaryrefslogtreecommitdiffstats
path: root/usbutils/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-04 01:02:08 +0100
committerpiernov <piernov@piernov.org>2012-03-04 01:02:08 +0100
commit0a4eaa2dbe08adb94b58f08d7bcb69fa2fccd732 (patch)
tree310a54187d60a1058346b64f9c51d63bfe45a417 /usbutils/Pkgfile
parent85f5ef3d85b5ec575f436605d4495806ebe27d6f (diff)
downloadnutyx-extra-0a4eaa2dbe08adb94b58f08d7bcb69fa2fccd732.tar.gz
nutyx-extra-0a4eaa2dbe08adb94b58f08d7bcb69fa2fccd732.tar.bz2
nutyx-extra-0a4eaa2dbe08adb94b58f08d7bcb69fa2fccd732.tar.xz
nutyx-extra-0a4eaa2dbe08adb94b58f08d7bcb69fa2fccd732.zip
libusb, usbutils -> nutyx-pakxe
Diffstat (limited to 'usbutils/Pkgfile')
-rwxr-xr-xusbutils/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/usbutils/Pkgfile b/usbutils/Pkgfile
deleted file mode 100755
index 09d8614be..000000000
--- a/usbutils/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-}