summaryrefslogtreecommitdiffstats
path: root/usbutils/Pkgfile.old
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 21:06:51 +0100
committerLukc <lukc@upyum.com>2010-12-12 21:06:51 +0100
commit318b457c4952df3bcf88a20e9a5d34afe2cc8959 (patch)
tree7c242cab50702aef141730ff73231313b1ddabb0 /usbutils/Pkgfile.old
parent2fb1977a2eb839fddcba9f31d34ca7a13271b65d (diff)
downloadopt-318b457c4952df3bcf88a20e9a5d34afe2cc8959.tar.gz
opt-318b457c4952df3bcf88a20e9a5d34afe2cc8959.tar.bz2
opt-318b457c4952df3bcf88a20e9a5d34afe2cc8959.tar.xz
opt-318b457c4952df3bcf88a20e9a5d34afe2cc8959.zip
Recette de usbutils ajoutée.
Diffstat (limited to 'usbutils/Pkgfile.old')
-rw-r--r--usbutils/Pkgfile.old16
1 files changed, 16 insertions, 0 deletions
diff --git a/usbutils/Pkgfile.old b/usbutils/Pkgfile.old
new file mode 100644
index 0000000..ca33c21
--- /dev/null
+++ b/usbutils/Pkgfile.old
@@ -0,0 +1,16 @@
+# Description: pciutils-like utilities for USB
+# URL: http://libusb.sourceforge.net/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Depends on: libusb-compat
+
+name=usbutils
+version=0.91
+release=1
+source=(http://www.kernel.org/pub/linux/utils/usb/$name/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr --mandir=/usr/man --disable-zlib
+ make
+ make DESTDIR=$PKG install
+}