summaryrefslogtreecommitdiff
path: root/recipes/libmrss/libmrss.inc
blob: 1649d776b5763e21133b42c1820fce44c45a3a1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "mRSS is a C library for parsing, writing and creating RSS (0.91, 0.92, 1.0, 2.0) files or streams"
LICENSE = "LGPL"
HOMEPAGE = "http://www.autistici.org/bakunin/libmrss/"

DEPENDS = "libnxml curl"
INC_PR = "r1"

inherit autotools pkgconfig

SRC_URI = "http://www.autistici.org/bakunin/libmrss/libmrss-${PV}.tar.gz \
           file://better-parse-url-r0.patch;patch=1                       "

do_stage() {
    autotools_stage_all
}