diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-11-04 13:29:50 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-11-04 13:29:50 +0100 |
commit | b76902a2d7ce9a8bad57e28c4221a767b11bf648 (patch) | |
tree | e66b5e25cce86fcb39ddfe6a04a5fa3dd10eda32 /base | |
parent | 0a91f2a39899b22150bdf3db27e2165d9b5a649b (diff) | |
download | nutyx-pakxe-b76902a2d7ce9a8bad57e28c4221a767b11bf648.tar.gz nutyx-pakxe-b76902a2d7ce9a8bad57e28c4221a767b11bf648.tar.bz2 nutyx-pakxe-b76902a2d7ce9a8bad57e28c4221a767b11bf648.tar.xz nutyx-pakxe-b76902a2d7ce9a8bad57e28c4221a767b11bf648.zip |
libusb, port nettoyé
Diffstat (limited to 'base')
-rw-r--r-- | base/libusb/Pkgfile.1 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/base/libusb/Pkgfile.1 b/base/libusb/Pkgfile.1 deleted file mode 100644 index bd6e72dcb..000000000 --- a/base/libusb/Pkgfile.1 +++ /dev/null @@ -1,20 +0,0 @@ -# Description: Library giving userland programs access to USB devices -# URL: http://libusb.sourceforge.net/ -# Maintainer: CRUX System Team, core-ports at crux dot nu - -name=libusb -version=1.0.6 -release=1 -source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2) - -build () { - cd $name-$version - - ./configure --prefix=/usr - make - make DESTDIR=$PKG install - - install -d $PKG/lib - mv $PKG/usr/lib/libusb-1.0.so.* $PKG/lib - ln -sf ../../lib/libusb-1.0.so.0.0.0 $PKG/usr/lib/libusb-1.0.so -} |