summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD20
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..abce00b883ef
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+# Generated by mksrcinfo v8
+# Tue Mar 15 16:00:13 UTC 2016
+pkgbase = dvb-usb-ds3103-fw
+ pkgdesc = Firmware for TechnoTrend TT-connect S2-4600
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://www.linuxtv.org/wiki/index.php/TechnoTrend_TT-connect_S2-4600
+ arch = any
+ license = unknown
+ source = http://palosaari.fi/linux/v4l-dvb/firmware/M88DS3103/3.B/dvb-demod-m88ds3103.fw
+ md5sums = b31080dd205ce1659ed7aedf2b153e03
+
+pkgname = dvb-usb-ds3103-fw
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7bc5625483e9
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# This is an example PKGBUILD file. Use this as a start to creating your own,
+# and remove these comments. For more information, see 'man PKGBUILD'.
+# NOTE: Please fill out the license field for your package! If it is unknown,
+# then please put 'unknown'.
+
+# Maintainer: Your Name <youremail@domain.com>
+pkgname=dvb-usb-ds3103-fw
+pkgver=1.0
+pkgrel=1
+pkgdesc="Firmware for TechnoTrend TT-connect S2-4600"
+arch=( 'any')
+url="https://www.linuxtv.org/wiki/index.php/TechnoTrend_TT-connect_S2-4600"
+license=('unknown')
+source=("http://palosaari.fi/linux/v4l-dvb/firmware/M88DS3103/3.B/dvb-demod-m88ds3103.fw")
+
+package() {
+ mkdir -p $pkgdir/usr/lib/firmware
+ cp dvb-demod-m88ds3103.fw $pkgdir/usr/lib/firmware
+}
+md5sums=('b31080dd205ce1659ed7aedf2b153e03')