wok diff libusb-compat/receipt @ rev 9874

slitaz-boot-script: fix path for bootlof script
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 16 23:45:00 2011 +0200 (2011-05-16)
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	Mon May 16 23:45:00 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  {