diff options
author | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-12-15 08:22:44 +0100 |
---|---|---|
committer | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-12-15 08:22:44 +0100 |
commit | 0185a5969e992e76847e260806e5d06c8bbe8fb9 (patch) | |
tree | 712279db6ec6f9da4cb16e6b1d72426a8719b2f8 /base/libusb/Pkgfile.1 | |
parent | 9776720e4872b9ceb4a69c120cbfc1771636c66b (diff) | |
parent | f1c9ab8432000884d9c3a9e5b24cabd10778c38f (diff) | |
download | nutyx-extra-0185a5969e992e76847e260806e5d06c8bbe8fb9.tar.gz nutyx-extra-0185a5969e992e76847e260806e5d06c8bbe8fb9.tar.bz2 nutyx-extra-0185a5969e992e76847e260806e5d06c8bbe8fb9.tar.xz nutyx-extra-0185a5969e992e76847e260806e5d06c8bbe8fb9.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'base/libusb/Pkgfile.1')
-rw-r--r-- | base/libusb/Pkgfile.1 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/base/libusb/Pkgfile.1 b/base/libusb/Pkgfile.1 new file mode 100644 index 000000000..bd6e72dcb --- /dev/null +++ b/base/libusb/Pkgfile.1 @@ -0,0 +1,20 @@ +# 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 +} |