wok diff libusb-compat/receipt @ rev 15141

blackbox: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 11:37:41 2013 +0000 (2013-08-15)
parents 50aa1dfa0942
children 8d6f480bf664
line diff
     1.1 --- a/libusb-compat/receipt	Sun Jan 09 14:28:13 2011 +0100
     1.2 +++ b/libusb-compat/receipt	Thu Aug 15 11:37:41 2013 +0000
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Compatibility layer to converts libusb 0.1 calls into 1.0 equivalents."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="libusb"
     1.8 -BUILD_DEPENDS="libusb"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://libusb.sourceforge.net/"
    1.11  WGET_URL="$SF_MIRROR/libusb/$TARBALL"
    1.12  
    1.13 +DEPENDS="libusb"
    1.14 +BUILD_DEPENDS="libusb-dev"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {