summaryrefslogtreecommitdiff
path: root/packages/lightmediascanner/lightmediascanner_svn.bb
blob: 145d2c15a441cfeba27ed2cbea828eba1630b595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Lightweight media scanner meant to be used in not-so-powerful devices"
SECTION = "libs/multimedia"
HOMEPAGE = "http://lms.garage.maemo.org/"
AUTHOR = "Gustavo Barbieri"
LICENSE = "LGPL"
DEPENDS = "sqlite3"
PV = "0.1.0+svnr${SRCREV}"
PE = "1"

SRC_URI = "svn://garage.maemo.org/svn/lms/;module=lightmediascanner;proto=https"
S = "${WORKDIR}/lightmediascanner"

inherit autotools pkgconfig

FILES_${PN}-dbg += "${libdir}/${PN}/plugins/.debug"

do_stage() {
	autotools_stage_all
}