summaryrefslogtreecommitdiffstats
path: root/extra/libusb-compat/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-18 00:22:46 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-18 00:22:46 +0100
commit22ba12cff40148134ee9d9f0040d2a43206fd28e (patch)
tree1e09116d656c679a7bdfd49c8510d5eb7f3d381f /extra/libusb-compat/Pkgfile
parentaafa71dedc2ae4de22e11f3d0074bd0d43eee114 (diff)
downloadnutyx-pakxe-22ba12cff40148134ee9d9f0040d2a43206fd28e.tar.gz
nutyx-pakxe-22ba12cff40148134ee9d9f0040d2a43206fd28e.tar.bz2
nutyx-pakxe-22ba12cff40148134ee9d9f0040d2a43206fd28e.tar.xz
nutyx-pakxe-22ba12cff40148134ee9d9f0040d2a43206fd28e.zip
libusb-compat dans extra, dépend de libusb
Diffstat (limited to 'extra/libusb-compat/Pkgfile')
-rwxr-xr-xextra/libusb-compat/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/libusb-compat/Pkgfile b/extra/libusb-compat/Pkgfile
new file mode 100755
index 000000000..9c5ad6201
--- /dev/null
+++ b/extra/libusb-compat/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Librairie pour interface USB
+# URL: http://libusb.wiki.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libusb
+# Run on: libusb
+
+name=libusb-compat
+version=0.1.3
+release=1
+source=( http://sourceforge.net/projects/libusb/files/$name-0.1/$name-$version/$name-$version.tar.bz2)
+
+
+
+build() {
+ # build package
+ cd $name-$version
+ ./configure --prefix=/usr\
+ --disable-build-docs\
+ --mandir=/usr/share/man\
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}