summaryrefslogtreecommitdiffstats
path: root/base/usbutils/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-08 22:41:54 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-08 22:41:54 +0200
commit358e2f998187e43817a927608e407851afc5e6fd (patch)
tree0c7bcbd5b0fc5effe820b4f41db40704da7e9104 /base/usbutils/Pkgfile
parentea9bd734ec1f8507c6e979553a3ba5989b61d8b2 (diff)
downloadnutyx-extra-358e2f998187e43817a927608e407851afc5e6fd.tar.gz
nutyx-extra-358e2f998187e43817a927608e407851afc5e6fd.tar.bz2
nutyx-extra-358e2f998187e43817a927608e407851afc5e6fd.tar.xz
nutyx-extra-358e2f998187e43817a927608e407851afc5e6fd.zip
Ajout de usbutils#0.84-1
Diffstat (limited to 'base/usbutils/Pkgfile')
-rwxr-xr-xbase/usbutils/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/base/usbutils/Pkgfile b/base/usbutils/Pkgfile
new file mode 100755
index 000000000..67651d233
--- /dev/null
+++ b/base/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
+
+name=usbutils
+version=0.84
+release=1
+source=( http://switch.dl.sourceforge.net/sourceforge/linux-usb/$name-$version.tar.gz)
+
+
+
+build() {
+ # build package
+ cd $name-$version
+ ./configure --prefix=/usr\
+ --mandir=/usr/share/man\
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}