summaryrefslogtreecommitdiffstats
path: root/libusbx/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-28 16:38:57 +0000
committerpiernov <piernov@piernov.org>2012-05-28 16:38:57 +0000
commit23e8753a811bd917caa942d6b0d1be5542c3a79e (patch)
treeeb11f30dd3614259272fc546df07a8d98c1cd2a2 /libusbx/Pkgfile
parent8e4aa0a21a7fddf581399a4f6dbb90e4d7d87263 (diff)
downloadnutyx-pakxe-23e8753a811bd917caa942d6b0d1be5542c3a79e.tar.gz
nutyx-pakxe-23e8753a811bd917caa942d6b0d1be5542c3a79e.tar.bz2
nutyx-pakxe-23e8753a811bd917caa942d6b0d1be5542c3a79e.tar.xz
nutyx-pakxe-23e8753a811bd917caa942d6b0d1be5542c3a79e.zip
libusbx 1.0.11-1 ajout port
Diffstat (limited to 'libusbx/Pkgfile')
-rwxr-xr-xlibusbx/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/libusbx/Pkgfile b/libusbx/Pkgfile
new file mode 100755
index 000000000..2797c8924
--- /dev/null
+++ b/libusbx/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Librairie pour interface USB, fork de libusb.
+# URL: http://libusbx.org/
+# Maintainer: NuTyX core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on:
+
+name=libusbx
+version=1.0.11
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --enable-examples-build
+ make
+ make DESTDIR=$PKG install
+}