wok-undigest rev 932

usbmanager: thanks Pascal, add some depends, what else do it need?
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 28 11:23:11 2013 +0000 (2013-02-28)
parents e685240f58be
children 034448b03d3b
files usbmanager/receipt
line diff
     1.1 --- a/usbmanager/receipt	Thu Feb 28 09:32:13 2013 +0100
     1.2 +++ b/usbmanager/receipt	Thu Feb 28 11:23:11 2013 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="https://launchpad.net/$PACKAGE/1.x-hal/$VERSION/+download/$TARBALL"
     1.6  
     1.7 -DEPENDS=""
     1.8 +DEPENDS="python dbus-glib dbus-python notify-python"
     1.9  BUILD_DEPENDS="python wget"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -23,5 +23,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	cp -a $install/* $fs
    1.17 +	cp -a $install/usr $fs
    1.18  }