blob: b5e2c60d2086a0a5a40a25b46e1cb0e54e80c9d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "A software library for accessing RDS data"
HOMEPAGE = "http://rdsd.berlios.de/"
SECTION = "libs"
PROVIDES = "librds"
LICENSE = "GPLv2"
PR = "r1"
SRC_URI = "http://download.berlios.de/rdsd/librds-${PV}.tar.gz"
inherit autotools_stage pkgconfig
|