wok rev 9754

libusb-compat: fix BUILD_DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 03:37:17 2011 +0200 (2011-05-11)
parents 4d303f80ad7a
children d4e83c73b190
files libusb-compat/receipt
line diff
     1.1 --- a/libusb-compat/receipt	Wed May 11 03:24:40 2011 +0200
     1.2 +++ b/libusb-compat/receipt	Wed May 11 03:37:17 2011 +0200
     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  {