From d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 Sep 2010 19:09:11 +0100 Subject: packages: Separate out most of the remaining packages into recipes Signed-off-by: Richard Purdie --- meta-extras/packages/librds/librds_0.0.1.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-extras/packages/librds/librds_0.0.1.bb (limited to 'meta-extras/packages/librds/librds_0.0.1.bb') diff --git a/meta-extras/packages/librds/librds_0.0.1.bb b/meta-extras/packages/librds/librds_0.0.1.bb new file mode 100644 index 000000000..3c99ec1ba --- /dev/null +++ b/meta-extras/packages/librds/librds_0.0.1.bb @@ -0,0 +1,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 pkgconfig -- cgit v1.2.3