blob: 277b0e91e0ad59e2f735c83e5b0d51fe5633e647 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Acceleration library for ATI imageon chipsets (w100 and w3220)"
LICENSE = "GPLv2"
SRCREV = "47"
PV = "0.0.2+svnr${SRCPV}"
PE = "1"
SRC_URI = "svn://libw100.svn.sourceforge.net/svnroot/libw100;module=trunk;proto=https"
S = "${WORKDIR}/trunk"
inherit autotools pkgconfig
|