blob: 4e6a45b29c5912053c1d3b09831ae5f122a8c451 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}
|