wok diff libusb-compat-dev/receipt @ rev 21529

Up ncurses-examples (6.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 04 17:37:51 2019 +0200 (2019-05-04)
parents e733e84558bd
children
line diff
     1.1 --- a/libusb-compat-dev/receipt	Fri Jul 21 16:38:46 2017 +0200
     1.2 +++ b/libusb-compat-dev/receipt	Sat May 04 17:37:51 2019 +0200
     1.3 @@ -1,24 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libusb-compat-dev"
     1.7 -VERSION="0.1.4"
     1.8 +VERSION="0.1.7"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="USB access library devel files."
    1.11 +SHORT_DESC="USB access library - development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 +WEB_SITE="https://github.com/libusb/libusb-compat-0.1"
    1.15 +
    1.16  WANTED="libusb-compat"
    1.17 -WEB_SITE="http://libusb.sourceforge.net/"
    1.18 +DEPENDS="libusb-compat pkg-config udev-dev"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="libusb-compat pkg-config udev-dev"
    1.23 -
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 -	cp -a $install/usr/bin $fs/usr
    1.29 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.30 +
    1.31 +	cp -a $install/usr/bin		$fs/usr
    1.32 +	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.33  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.34 -	cp -a $install/usr/include $fs/usr
    1.35 +	cp -a $install/usr/include	$fs/usr
    1.36  }
    1.37 -