aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lightmediascanner/lightmediascanner_0.2.0.0.bb
blob: 38650110a669f02ac607a3774d9bfff3ec08b33f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "Lightweight media scanner meant to be used in not-so-powerful devices"
AUTHOR = "ProFUSION"
HOMEPAGE = "http://lms.garage.maemo.org/"
SECTION = "libs/multimedia"
LICENSE = "LGPLv2.1+"
DEPENDS = "sqlite3 virtual/libiconv"

PE = "1"
PR = "r4"

SRC_URI = "https://garage.maemo.org/frs/download.php/4626/lightmediascanner-${PV}.tar.bz2 \
    file://0001-use-AM_ICONV-to-allow-external-libiconv-to-be-used.patch \
"

inherit autotools pkgconfig

do_configure_prepend() {
    touch config.rpath
}

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

SRC_URI[md5sum] = "ee1494b6dff3a50be64a3266819056d5"
SRC_URI[sha256sum] = "98f980e8971fa4d04a589215c3b90d2eaf317ed70fd0d4988089e0fe5808c853"