aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/unrar/unrar.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/unrar/unrar.inc')
-rw-r--r--recipes/unrar/unrar.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/unrar/unrar.inc b/recipes/unrar/unrar.inc
new file mode 100644
index 0000000000..4887ac9fb2
--- /dev/null
+++ b/recipes/unrar/unrar.inc
@@ -0,0 +1,7 @@
+SRC_URI = "http://www.rarlab.com/rar/unrarsrc-${PV}.tar.gz"
+S = "${WORKDIR}/unrar"
+
+do_compile() {
+ oe_runmake -f makefile.unix
+}
+