libw100*.bb : add a release version 0.0.2 and make svn version
authorGraeme Gregory <dp@xora.org.uk>
Mon, 27 Nov 2006 11:52:58 +0000 (11:52 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Mon, 27 Nov 2006 11:52:58 +0000 (11:52 +0000)
DEFAULT_PREFERENCE = "-1"

packages/libw100/libw100_0.0.2.bb [new file with mode: 0644]
packages/libw100/libw100_svn.bb

diff --git a/packages/libw100/libw100_0.0.2.bb b/packages/libw100/libw100_0.0.2.bb
new file mode 100644 (file)
index 0000000..f8d8e03
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "Acceleration library for ATI imageon chipsets (w100 and w3220)"
+LICENSE = "GPLv2"
+
+SRC_URI = "svn://svn.sourceforge.net/svnroot/libw100/tags;module=rev_0_0_2;proto=https"
+
+S = "${WORKDIR}/rev_0_0_2"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       autotools_stage_all
+}
+
index 4e6a45b..46feef7 100644 (file)
@@ -4,6 +4,8 @@ LICENSE = "GPLv2"
 PV = "0.0.2+svn${SRCDATE}"
 SRC_URI = "svn://svn.sourceforge.net/svnroot/libw100;module=trunk;proto=https"
 
+DEFAULT_PREFERENCE = "-1"
+
 S = "${WORKDIR}/trunk"
 
 inherit autotools pkgconfig