# HG changeset patch # User Richard Dunbar # Date 1421617426 18000 # Node ID ab52504863e3c6ce7bcd3596c67b4f77bb58c40b # Parent 64cdac643a2bffdb463143d95028ae136fe4eb1e Add firmware-atheros diff -r 64cdac643a2b -r ab52504863e3 firmware-atheros/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/firmware-atheros/receipt Sun Jan 18 16:43:46 2015 -0500 @@ -0,0 +1,22 @@ +# SliTaz package receipt. + +PACKAGE="firmware-atheros" +VERSION="20141201" +CATEGORY="non-free" +SHORT_DESC="Firmware files for atheros modules." +MAINTAINER="mojo@slitaz.org" +DEPENDS="linux-wireless" +WEB_SITE="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git" +WANTED="firmware" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ +mkdir -p $fs/lib/firmware $fs/usr/share/licenses +cp -a $install/lib/firmware/ar*.fw $fs/lib/firmware +cp -a $install/lib/firmware/ar*.bin $fs/lib/firmware +cp -a $install/lib/firmware/ath3*.fw $fs/lib/firmware +cp -a $install/lib/firmware/htc_*.fw $fs/lib/firmware +cp -a $install/share/licenses/LICENCE.atheros_firmware $fs/usr/share/licenses +} + diff -r 64cdac643a2b -r ab52504863e3 horst/receipt --- a/horst/receipt Sat Jan 17 22:33:21 2015 +0100 +++ b/horst/receipt Sun Jan 18 16:43:46 2015 -0500 @@ -10,7 +10,7 @@ WEB_SITE="http://br1.einfach.org/tech/horst/" WGET_URL="http://br1.einfach.org/horst_dl/$TARBALL" -DEPENDS="ncurses" +DEPENDS="ncurses libtinfo" BUILD_DEPENDS="ncurses-dev" # Rules to configure and make the package.