summaryrefslogtreecommitdiff
path: root/packages/libmrss/libmrss_0.17.bb
blob: 0d23a2b54ff76d175b011161daf9f90b05143f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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://www2.autistici.org/bakunin/codes.php"

DEPENDS = "libnxml curl"
PR      = "r1"

inherit autotools pkgconfig

SRC_URI = "http://www2.autistici.org/bakunin/libmrss/libmrss-${PV}.tar.gz \
           file://atom-changes.patch;patch=1                              \
           file://fix_atom_date_locale.patch;patch=1                      \
           file://fix-memleaks.patch;patch=1                              \
           file://bump-version.patch;patch=1 "

do_stage() {
    autotools_stage_all
}