]> code.ossystems Code Review - openembedded-core.git/commitdiff
librds: Initial commit, version 0.0.1
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 7 Nov 2008 10:51:02 +0000 (11:51 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 7 Nov 2008 10:51:02 +0000 (11:51 +0100)
meta/packages/librds/librds_0.0.1.bb [new file with mode: 0644]

diff --git a/meta/packages/librds/librds_0.0.1.bb b/meta/packages/librds/librds_0.0.1.bb
new file mode 100644 (file)
index 0000000..2d15d9b
--- /dev/null
@@ -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
+}