aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsvdrp/libsvdrp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libsvdrp/libsvdrp.inc')
-rw-r--r--recipes/libsvdrp/libsvdrp.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/libsvdrp/libsvdrp.inc b/recipes/libsvdrp/libsvdrp.inc
new file mode 100644
index 0000000000..9c2b03f737
--- /dev/null
+++ b/recipes/libsvdrp/libsvdrp.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "libsvdrp is an interface library to allow C programs to interact with a running VDR, using the SVDRP protocol."
+HOMEPAGE = "http://hg.geexbox.org/${PN}"
+SECTION = "libs/multimedia"
+LICENSE = "LGPLv2.1+"
+
+INC_PR = "r0"
+
+SRC_URI = "http://${PN}.geexbox.org/releases/${P}.tar.bz2;name=${PN}"
+
+inherit autotools pkgconfig
+
+PACKAGES =+ "${PN}-bin"
+
+FILES_${PN}-bin = "${bindir}/*"