From 08a584707629ca6d2df58f03158015d2eac8dee1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 16 Dec 2010 23:26:01 +0100 Subject: [PATCH] Removed the rt*-firmware packages, they were replaced by linux-firmware. --- srcpkgs/rt2800usb-firmware/template | 28 ---------------------------- srcpkgs/rt61-firmware/template | 25 ------------------------- srcpkgs/rt73usb-firmware/template | 25 ------------------------- 3 files changed, 78 deletions(-) delete mode 100644 srcpkgs/rt2800usb-firmware/template delete mode 100644 srcpkgs/rt61-firmware/template delete mode 100644 srcpkgs/rt73usb-firmware/template diff --git a/srcpkgs/rt2800usb-firmware/template b/srcpkgs/rt2800usb-firmware/template deleted file mode 100644 index cfbd57361e..0000000000 --- a/srcpkgs/rt2800usb-firmware/template +++ /dev/null @@ -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 " -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} -} diff --git a/srcpkgs/rt61-firmware/template b/srcpkgs/rt61-firmware/template deleted file mode 100644 index 9b81fafbc1..0000000000 --- a/srcpkgs/rt61-firmware/template +++ /dev/null @@ -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 " -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} -} diff --git a/srcpkgs/rt73usb-firmware/template b/srcpkgs/rt73usb-firmware/template deleted file mode 100644 index 715eaf2a75..0000000000 --- a/srcpkgs/rt73usb-firmware/template +++ /dev/null @@ -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 " -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} -}