aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libw100/libw100_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libw100/libw100_svn.bb')
-rw-r--r--recipes/libw100/libw100_svn.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/libw100/libw100_svn.bb b/recipes/libw100/libw100_svn.bb
new file mode 100644
index 0000000000..462163e115
--- /dev/null
+++ b/recipes/libw100/libw100_svn.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Acceleration library for ATI imageon chipsets (w100 and w3220)"
+LICENSE = "GPLv2"
+
+PV = "0.0.2+svnr${SRCREV}"
+PE = "1"
+SRC_URI = "svn://libw100.svn.sourceforge.net/svnroot/libw100;module=trunk;proto=https"
+
+S = "${WORKDIR}/trunk"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}
+