summaryrefslogtreecommitdiff
path: root/packages/libw100
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libw100')
-rw-r--r--packages/libw100/.mtn2git_empty0
-rw-r--r--packages/libw100/libw100_svn.bb14
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/libw100/.mtn2git_empty b/packages/libw100/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/libw100/.mtn2git_empty
diff --git a/packages/libw100/libw100_svn.bb b/packages/libw100/libw100_svn.bb
new file mode 100644
index 0000000000..4e6a45b29c
--- /dev/null
+++ b/packages/libw100/libw100_svn.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Acceleration library for ATI imageon chipsets (w100 and w3220)"
+LICENSE = "GPLv2"
+
+PV = "0.0.2+svn${SRCDATE}"
+SRC_URI = "svn://svn.sourceforge.net/svnroot/libw100;module=trunk;proto=https"
+
+S = "${WORKDIR}/trunk"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}
+