diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-06 11:35:25 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-06 11:35:25 +0000 |
commit | fe3703c529b11083e402bef57cab63f37ac08256 (patch) | |
tree | d177bc7f35c5bea5e80479db5e1274f2c88fc3a9 | |
parent | 6d0bba5cbc5c93cf19ceaf1b39c98f4b6a35917f (diff) |
libw100: add svn version
-rw-r--r-- | packages/libw100/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/libw100/libw100_svn.bb | 12 |
2 files changed, 12 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..ac486f332a --- /dev/null +++ b/packages/libw100/libw100_svn.bb @@ -0,0 +1,12 @@ +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 + + + |