summaryrefslogtreecommitdiff
path: root/package/qdecoder/qdecoder.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/qdecoder/qdecoder.mk')
-rw-r--r--package/qdecoder/qdecoder.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/qdecoder/qdecoder.mk b/package/qdecoder/qdecoder.mk
new file mode 100644
index 000000000..506d975a6
--- /dev/null
+++ b/package/qdecoder/qdecoder.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# qdecoder
+#
+################################################################################
+
+QDECODER_VERSION = r12.0.5
+QDECODER_SITE = $(call github,wolkykim,qdecoder,$(QDECODER_VERSION))
+QDECODER_LICENSE = BSD-2
+QDECODER_LICENSE_FILES = COPYING
+
+QDECODER_INSTALL_STAGING = YES
+
+$(eval $(autotools-package))