wok-next diff libusb/receipt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
parents 5613d51e1fdf
children 1bb2f73e5e1b
line diff
     1.1 --- a/libusb/receipt	Sat Mar 15 05:33:56 2014 +0100
     1.2 +++ b/libusb/receipt	Mon Oct 05 01:10:26 2015 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libusb"
     1.7 -VERSION="1.0.8"
     1.8 +VERSION="1.0.18"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="USB accedd library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -11,6 +11,9 @@
    1.13  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.14  HOST_ARCH="i486 arm"
    1.15  
    1.16 +DEPENDS="udev"
    1.17 +BUILD_DEPENDS="udev-dev"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {