libusb: add metafile support, cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 12:39:11 +01:00
parent cd00108b0b
commit 300e7fdac9
4 changed files with 15 additions and 4 deletions

View File

@ -2,8 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \

View File

@ -3,5 +3,5 @@
. config/options $1
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/$1/.libs/libusb*.so* $INSTALL/usr/lib
cp -P $PKG_BUILD/$1/.libs/libusb*.so* $INSTALL/usr/lib

View File

@ -0,0 +1,14 @@
PKG_NAME="libusb"
PKG_VERSION="1.0.8"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://libusb.sourceforge.net/"
PKG_URL="http://freefr.dl.sourceforge.net/sourceforge/libusb/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="libusb: OS independent USB device access"
PKG_LONGDESC="The libusb project's aim is to create a Library for use by user level applications to USB devices regardless of OS."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://freefr.dl.sourceforge.net/sourceforge/libusb/libusb-1.0.8.tar.bz2