librds: Initial commit, version 0.0.1

This commit is contained in:
Samuel Ortiz
2008-11-07 11:51:02 +01:00
parent e7e2009277
commit 1c05260e7d

View File

@@ -0,0 +1,15 @@
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 pkgconfig
do_stage() {
autotools_stage_all
}