diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/librds/librds_0.0.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 0000000000..2d15d9b92a --- /dev/null +++ b/meta/packages/librds/librds_0.0.1.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "A software library for accessing RDS data" | ||
2 | HOMEPAGE = "http://rdsd.berlios.de/" | ||
3 | SECTION = "libs" | ||
4 | PROVIDES = "librds" | ||
5 | LICENSE = "GPLv2" | ||
6 | |||
7 | PR = "r1" | ||
8 | |||
9 | SRC_URI = "http://download.berlios.de/rdsd/librds-${PV}.tar.gz" | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | do_stage() { | ||
14 | autotools_stage_all | ||
15 | } | ||