diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-27 12:01:21 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-27 12:01:21 +0100 |
commit | 4dcc41a3b28c266327011f0e42d779b54fd993b6 (patch) | |
tree | 1044146d465c985c41fdb53a2a7bd772d39caf1b /base/libusb1/Pkgfile | |
parent | 3b5d23bfb2fd4f75a51e9127c77ba47ecad76bb3 (diff) | |
download | nutyx-extra-4dcc41a3b28c266327011f0e42d779b54fd993b6.tar.gz nutyx-extra-4dcc41a3b28c266327011f0e42d779b54fd993b6.tar.bz2 nutyx-extra-4dcc41a3b28c266327011f0e42d779b54fd993b6.tar.xz nutyx-extra-4dcc41a3b28c266327011f0e42d779b54fd993b6.zip |
libusb1, supprimé doublon
Diffstat (limited to 'base/libusb1/Pkgfile')
-rw-r--r-- | base/libusb1/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/base/libusb1/Pkgfile b/base/libusb1/Pkgfile deleted file mode 100644 index cb5e3e242..000000000 --- a/base/libusb1/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Library to enable user space application programs to communicate with USB devices -# URL: http://libusb.sourceforge.net/ -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: - -name=libusb1 -version=1.0.8 -release=1 -source=(http://downloads.sourceforge.net/libusb/libusb-$version.tar.bz2) - - -build() { - cd libusb-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -} - |