wok-current diff firmware/receipt @ rev 21920
Add pcem
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 05 16:15:48 2019 +0200 (2019-10-05) |
parents | 3859619fd45c |
children | 1bc6c02d5fdd |
line diff
1.1 --- a/firmware/receipt Sat Jan 17 03:08:00 2015 -0500 1.2 +++ b/firmware/receipt Sat Oct 05 16:15:48 2019 +0200 1.3 @@ -1,29 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="firmware" 1.7 -SOURCE="linux-firmware" 1.8 -VERSION="20141201" 1.9 -REVISION="38e5405" 1.10 +VERSION="20171030" 1.11 CATEGORY="meta" 1.12 SHORT_DESC="Firmware files for Linux" 1.13 -MAINTAINER="slaxemulator@gmail.com" 1.14 +MAINTAINER="mojo@slitaz.org" 1.15 LICENSE="other" 1.16 -TARBALL="$SOURCE-$VERSION.$REVISION-1-any.pkg.tar.xz" 1.17 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 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 +WGET_URL="git|git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git" 1.21 +BUILD_DEPENDS="git" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 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 + make install 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg. 1.34 genpkg_rules() 1.35 { 1.36 - mkdir -p $fs/lib/firmware 1.37 + mkdir -p $install/usr/share/licenses 1.38 + cp -a $src/LICENCE.* $install/usr/share/licenses 1.39 } 1.40