Removed the rt*-firmware packages, they were replaced by linux-firmware.

This commit is contained in:
Juan RP 2010-12-16 23:26:01 +01:00
parent 6dd8cef62a
commit 08a5847076
3 changed files with 0 additions and 78 deletions

View file

@ -1,28 +0,0 @@
# Template file for 'rt2800usb-firmware'
pkgname=rt2800usb-firmware
version=8
_distname=RT2870_Firmware
wrksrc=${_distname}_V${version}
distfiles="ftp://ftp.archlinux.org/other/rt2870usb-fw/${_distname}_V${version}.zip"
build_style=custom-install
short_desc="Firmware for Ralink® T2800 USB network adaptors"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b2c70b20c880170110cb09af154e680961f83d45f6d1c2118c28806bcbd703b4
long_desc="
This package contains the firmware required by the rt2800usb driver for Linux.
Usage of the firmware is subject to the terms and conditions contained
inside the provided LICENSE.ralink-firmware.txt file.
Please read it carefully."
noarch=yes
noextract=yes
Add_dependency build libarchive
do_install()
{
bsdtar xf ${XBPS_SRCDISTDIR}/$(basename ${distfiles}) \
-C ${XBPS_BUILDDIR} || return 1
install -d ${DESTDIR}/lib/firmware ${DESTDIR}/usr/share/doc/${pkgname}
install -m644 ${wrksrc}/rt* ${DESTDIR}/lib/firmware
install -m644 ${wrksrc}/LICENSE* ${DESTDIR}/usr/share/doc/${pkgname}
}

View file

@ -1,25 +0,0 @@
# Template file for 'rt61-firmware'
pkgname=rt61-firmware
version=1.2
_distname=RT61_Firmware
wrksrc=${_distname}_V${version}
distfiles="ftp://ftp.slackware.at/slackware-current/source/n/${pkgname}/${_distname}_V${version}.zip"
build_style=custom-install
short_desc="Firmware for Ralink® RT2561/RT2661 A/B/G network adaptors"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=481f113c505ed186049287bd8e9ad8fcb8dbbb32f3bb718f04e4dc148b63c8e4
long_desc="
This package contains the firmware required by the rt61pci driver for Linux.
Usage of the firmware is subject to the terms and conditions contained
inside the provided LICENSE.ralink-firmware.txt file.
Please read it carefully."
noarch=yes
Add_dependency build unzip
do_install()
{
install -d ${DESTDIR}/lib/firmware ${DESTDIR}/usr/share/doc/${pkgname}
install -m644 ${wrksrc}/rt2* ${DESTDIR}/lib/firmware
install -m644 ${wrksrc}/LICENSE* ${DESTDIR}/usr/share/doc/${pkgname}
}

View file

@ -1,25 +0,0 @@
# Template file for 'rt73usb-firmware'
pkgname=rt73usb-firmware
version=1.8
_distname=RT71W_Firmware
wrksrc=${_distname}_V${version}
distfiles="ftp://ftp.archlinux.org/other/rt2x00-rt71w-fw/${_distname}_V${version}.zip"
build_style=custom-install
short_desc="Firmware for Ralink® R73 USB network adaptors"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e2d3ac1aaf4815e0c9531bc3fb7f56f30604cd52351332f1f8d6a28bb9a953bf
long_desc="
This package contains the firmware required by the rt73usb driver for Linux.
Usage of the firmware is subject to the terms and conditions contained
inside the provided LICENSE.ralink-firmware.txt file.
Please read it carefully."
noarch=yes
Add_dependency build unzip
do_install()
{
install -d ${DESTDIR}/lib/firmware ${DESTDIR}/usr/share/doc/${pkgname}
install -m644 ${wrksrc}/rt* ${DESTDIR}/lib/firmware
install -m644 ${wrksrc}/LICENSE* ${DESTDIR}/usr/share/doc/${pkgname}
}