[arch-commits] Commit in ipw2100-fw/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 13 16:19:30 UTC 2019


    Date: Wednesday, November 13, 2019 @ 16:19:30
  Author: foutrelis
Revision: 368205

archrelease: copy trunk to staging-any

Added:
  ipw2100-fw/repos/staging-any/
  ipw2100-fw/repos/staging-any/PKGBUILD
    (from rev 368204, ipw2100-fw/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: ipw2100-fw/repos/staging-any/PKGBUILD (from rev 368204, ipw2100-fw/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2019-11-13 16:19:30 UTC (rev 368205)
@@ -0,0 +1,26 @@
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Thomas Baechler <thomas at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=ipw2100-fw
+pkgver=1.3
+pkgrel=10
+pkgdesc="Intel Centrino Drivers firmware for IPW2100"
+arch=('any')
+url="http://ipw2100.sourceforge.net/"
+license=('custom')
+replaces=('ipw2100')
+source=("https://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tgz")
+md5sums=('46aa75bcda1a00efa841f9707bbbd113')
+
+package() {
+  cd "${srcdir}"
+
+  # Install firmware
+  for i in *.fw
+  do
+    install -D -m 644 $i "${pkgdir}/usr/lib/firmware/$i"
+  done 
+  # Install license
+  install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list