summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheLoko2015-08-08 15:20:12 +0200
committerTheLoko2015-08-08 15:20:12 +0200
commit57f648dac1f1394ff22cc9110ef362caac592421 (patch)
tree2f0b18afe8fefe85d994752203509cfa35bc6c3e
downloadaur-57f648dac1f1394ff22cc9110ef362caac592421.tar.gz
Initial import
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d73bbdc45d1e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = af9015-firmware
+ pkgdesc = Firmware for Afatech af9015 based USB dvb devices
+ pkgver = 5.24.0.0
+ pkgrel = 5
+ url = http://linuxtv.org/wiki/index.php/Afatech_AF9015
+ arch = any
+ license = unknown
+ source = http://palosaari.fi/linux/v4l-dvb/firmware/af9015/5.24.0.0/dvb-usb-af9015.fw
+ md5sums = 4ea04354bb30fba400c7c84abf99ac13
+
+pkgname = af9015-firmware
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1a1fcde94c5b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+#Maintainer: The_Loko
+
+pkgname=af9015-firmware
+pkgver=5.24.0.0
+pkgrel=5
+pkgdesc="Firmware for Afatech af9015 based USB dvb devices"
+arch=('any')
+url="http://linuxtv.org/wiki/index.php/Afatech_AF9015"
+license=('unknown')
+source=(http://palosaari.fi/linux/v4l-dvb/firmware/af9015/5.24.0.0/dvb-usb-af9015.fw)
+md5sums=('4ea04354bb30fba400c7c84abf99ac13')
+
+package() {
+ mkdir -p ${pkgdir}/usr/lib/firmware
+ install -m644 dvb-usb-af9015.fw ${pkgdir}/usr/lib/firmware
+}
+