wok-next diff usbutils/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents f48456621a9d
children
line diff
     1.1 --- a/usbutils/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/usbutils/receipt	Sat Jun 27 13:41:53 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="009"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="Displaying information about USB"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="http://linux-usb.sourceforge.net/"
    1.11  LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/usbutils.html"
    1.12 @@ -13,7 +13,7 @@
    1.13  WGET_URL="https://www.kernel.org/pub/linux/utils/usb/usbutils/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="libusb-dev zlib-dev"
    1.16 -SPLIT="usbutils-dev"
    1.17 +SPLIT="$PACKAGE-python $PACKAGE $PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	./configure \
    1.21 @@ -25,9 +25,13 @@
    1.22  
    1.23  genpkg_rules() {
    1.24  	case $PACKAGE in
    1.25 +		*-python)
    1.26 +			copy *.py
    1.27 +			DEPENDS="python   usbids"
    1.28 +			CAT="lsusb for Python"
    1.29 +			;;
    1.30  		usbutils)
    1.31 -			copy @std
    1.32 -			find $fs -name '*.py' -delete
    1.33 +			copy @std @rm
    1.34  			DEPENDS="eudev libusb   usbids"
    1.35  			TAGS="usb"
    1.36  			;;