blob: ce3f667a00f72e2af70cf59403e3185acfc8107b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
LICENSE = "LGPL"
DEPENDS = "gtk+ virtual/libx11"
SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-1.tar.gz"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|