wok-undigest diff linmodem-hsfmodem/receipt @ rev 1223

copied libxext recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:38:29 2019 +0100 (2019-11-15)
parents cfbcc9c15bd8
children
line diff
     1.1 --- a/linmodem-hsfmodem/receipt	Fri Mar 08 11:10:16 2013 +0100
     1.2 +++ b/linmodem-hsfmodem/receipt	Fri Nov 15 17:38:29 2019 +0100
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="non-free"
     1.5  SHORT_DESC="Driver for the Conexant (formerly Rockwell) HSF Softmodem family."
     1.6  MAINTAINER="orphaned@slitaz.org"
     1.7 +LICENSE="other"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.linuxant.com/drivers"
    1.10  WGET_URL="http://www.linuxant.com/drivers/hsf/full/archive/$SOURCE-$VERSION/$TARBALL"
    1.11 @@ -43,11 +44,11 @@
    1.12  	rm -r /lib/modules/$kvers/extra
    1.13  	# command files
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/sbin $fs/usr
    1.16 -	cp -a $_pkg/usr/lib $fs/usr
    1.17 +	cp -a $install/usr/sbin $fs/usr
    1.18 +	cp -a $install/usr/lib $fs/usr
    1.19  	# config files
    1.20  	mkdir -p $fs/etc
    1.21 -	cp -a $_pkg/etc/hsfmodem $fs/etc
    1.22 +	cp -a $install/etc/hsfmodem $fs/etc
    1.23  	cp -a $stuff/zone.tab $fs/etc/hsfmodem
    1.24  }
    1.25