This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 meta/packages/librds/librds_0.0.1.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

New commits:
commit 1c05260e7d27effa1f88d1e0b351afa2cf90de77
Author: Samuel Ortiz <[EMAIL PROTECTED]>
Date:   Fri Nov 7 11:51:02 2008 +0100

    librds: Initial commit, version 0.0.1


Diff in this email is a maximum of 400 lines.
diff --git a/meta/packages/librds/librds_0.0.1.bb 
b/meta/packages/librds/librds_0.0.1.bb
new file mode 100644
index 0000000..2d15d9b
--- /dev/null
+++ b/meta/packages/librds/librds_0.0.1.bb
@@ -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
+}
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to