wok diff b43-fwcutter/receipt @ rev 19302
Up mutt (1.6.1)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Jul 09 20:35:00 2016 +0100 (2016-07-09) |
parents | c5285953bed2 |
children | ce084335362a |
line diff
1.1 --- a/b43-fwcutter/receipt Sat Nov 09 21:39:14 2013 +0000 1.2 +++ b/b43-fwcutter/receipt Sat Jul 09 20:35:00 2016 +0100 1.3 @@ -6,9 +6,9 @@ 1.4 SHORT_DESC="Broadcom 43xx Linux Driver." 1.5 MAINTAINER="erjo@slitaz.org" 1.6 LICENSE="BSD" 1.7 +WEB_SITE="http://bu3sch.de/b43/fwcutter/" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 -WEB_SITE="http://bu3sch.de/b43/fwcutter/" 1.10 -WGET_URL="http://bu3sch.de/b43/fwcutter/$TARBALL" 1.11 +WGET_URL="$WEB_SITE$TARBALL" 1.12 TAGS="wireless" 1.13 1.14 DEPENDS="" 1.15 @@ -16,8 +16,9 @@ 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 - cd $src 1.20 make 1.21 + 1.22 + cook_pick_manpages $src/*.1 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 @@ -26,4 +27,3 @@ 1.27 mkdir -p $fs/usr/bin 1.28 cp -a $src/$PACKAGE $fs/usr/bin 1.29 } 1.30 -