wok diff firmware/receipt @ rev 17750
qt4-base: use its own source tree !
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 08 10:51:20 2015 +0100 (2015-03-08) |
parents | 3b4e4318134e |
children | f1830db6a26c |
line diff
1.1 --- a/firmware/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/firmware/receipt Sun Mar 08 10:51:20 2015 +0100 1.3 @@ -2,20 +2,23 @@ 1.4 1.5 PACKAGE="firmware" 1.6 SOURCE="linux-firmware" 1.7 -VERSION="20130610" 1.8 +VERSION="20141201" 1.9 +REVISION="38e5405" 1.10 CATEGORY="meta" 1.11 SHORT_DESC="Firmware files for Linux" 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="other" 1.14 -TARBALL="$SOURCE-$VERSION.tar.xz" 1.15 -WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" 1.16 -WGET_URL="ftp://ftp.archlinux.org/other/linux-firmware/$TARBALL" 1.17 +TARBALL="$SOURCE-$VERSION.$REVISION-1-any.pkg.tar.xz" 1.18 +WEB_SITE="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git" 1.19 +WGET_URL="http://archlinux.mirrors.ovh.net/archlinux/core/os/i686/$TARBALL" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - mkdir -p $DESTDIR/lib/firmware 1.25 - cp -a $src/* $DESTDIR/lib/firmware 1.26 + mkdir -p $DESTDIR/lib $DESTDIR/share 1.27 + mv $src/share/licenses/linux-firmware/* $src/share/licenses 1.28 + rm -fr $src/share/licenses/linux-firmware $src/lib/tmpfiles.d 1.29 + cp -a $src/* $DESTDIR 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg.